mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 00:45: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/solarized.css
vendored
4
dist/theme/solarized.css
vendored
|
|
@ -49,12 +49,12 @@ html * {
|
|||
font-weight: normal;
|
||||
color: #657b83; }
|
||||
|
||||
::selection {
|
||||
.reveal ::selection {
|
||||
color: #fff;
|
||||
background: #d33682;
|
||||
text-shadow: none; }
|
||||
|
||||
::-moz-selection {
|
||||
.reveal ::-moz-selection {
|
||||
color: #fff;
|
||||
background: #d33682;
|
||||
text-shadow: none; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue