mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Make selections follow palette colors (#4590)
This commit is contained in:
parent
77a929faa3
commit
cae937f107
@ -225,6 +225,16 @@ kbd {
|
||||
box-shadow: inset 0 -1px 0 <<colour muted-foreground>>;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: <<colour primary>>;
|
||||
color: <<colour page-background>>;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background-color: <<colour primary>>;
|
||||
color: <<colour page-background>>;
|
||||
}
|
||||
|
||||
/*
|
||||
Markdown likes putting code elements inside pre elements
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user