1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-23 13:53:15 +00:00

Don't override browser selection colours by default

Reverts some of #4590
This commit is contained in:
jeremy@jermolene.com 2020-09-25 14:06:00 +01:00
parent 5bf810408a
commit 543f9107b6
2 changed files with 6 additions and 4 deletions

View File

@ -57,6 +57,8 @@ page-background: #f4f4f4
pre-background: #f5f5f5
pre-border: #cccccc
primary: #5778d8
selection-background:
selection-foreground:
select-tag-background:
select-tag-foreground:
sidebar-button-foreground: <<colour foreground>>

View File

@ -232,13 +232,13 @@ kbd {
}
::selection {
background-color: <<colour primary>>;
color: <<colour page-background>>;
background-color: <<colour selection-background>>;
color: <<colour selection-foreground>>;
}
::-moz-selection {
background-color: <<colour primary>>;
color: <<colour page-background>>;
background-color: <<colour selection-background>>;
color: <<colour selection-foreground>>;
}
/*