mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
scope selection color to .reveal
This commit is contained in:
parent
2104dee1c1
commit
aa2a4a0a36
12 changed files with 24 additions and 24 deletions
4
dist/theme/black.css
vendored
4
dist/theme/black.css
vendored
|
|
@ -45,12 +45,12 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|||
font-weight: normal;
|
||||
color: #fff; }
|
||||
|
||||
::selection {
|
||||
.reveal ::selection {
|
||||
color: #fff;
|
||||
background: #bee4fd;
|
||||
text-shadow: none; }
|
||||
|
||||
::-moz-selection {
|
||||
.reveal ::-moz-selection {
|
||||
color: #fff;
|
||||
background: #bee4fd;
|
||||
text-shadow: none; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue