Update Steel Blue.css

"Top-right corner" isn't correct in macOS anyway, so probably cleaner to just remove it.
This commit is contained in:
Nick Busey 2025-05-18 21:03:31 -06:00 committed by Elian Doran
parent 0e10485199
commit dd05a9f720
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
/*
* This is a demo of how you can create custom theme for Trilium. You can activate it by going
* into options (top-right corner) in first tab "Appearance".
* into options in first tab "Appearance".
*
* You can read some details on theming here: http://github.com/zadam/trilium/wiki/Themes
*/
@ -98,4 +98,4 @@ body .note-detail-editable-text, body .note-detail-readonly-text {
body .CodeMirror {
filter: invert(100%) hue-rotate(180deg);
}
}