mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-16 21:36:56 +01:00
add selection css
This commit is contained in:
parent
d332b47806
commit
21e1fad3cf
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
||||||
outline: 5px auto -webkit-focus-ring-color;
|
outline: 5px auto -webkit-focus-ring-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
color: #fffff8;
|
||||||
|
background-color: #404040;
|
||||||
|
}
|
||||||
|
|
||||||
a.heading-anchor {
|
a.heading-anchor {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
|
|
Loading…
Reference in a new issue