mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 22:00:33 +08:00
Merge pull request #2100 from TriliumNext/patch-style
fix(theme): missing --selection-background-color in theme
This commit is contained in:
commit
c5662cae46
2 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,7 @@
|
|||
|
||||
--scrollbar-border-color: #666;
|
||||
--scrollbar-background-color: #333;
|
||||
--selection-background-color: #3399FF70;
|
||||
--tooltip-background-color: #333;
|
||||
--link-color: lightskyblue;
|
||||
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ html {
|
|||
|
||||
--scrollbar-border-color: #ddd;
|
||||
--scrollbar-background-color: #ddd;
|
||||
--selection-background-color: #3399FF70;
|
||||
--tooltip-background-color: #f8f8f8;
|
||||
--link-color: blue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue