forked from mirrors/hugo-tufte
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;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: #fffff8;
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
a.heading-anchor {
|
||||
display: none;
|
||||
visibility: collapse;
|
||||
|
|
Loading…
Reference in a new issue