mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 09:09:04 -04:00
fix TOC hover colors
This commit is contained in:
parent
bff3126135
commit
029904198d
@ -261,6 +261,12 @@ ol.terminal-toc li a {
|
||||
text-align: left;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
ol.terminal-toc li a:hover {
|
||||
background: var(--primary-color);
|
||||
color: var(--invert-font-color);
|
||||
}
|
||||
|
||||
blockquote {
|
||||
position: relative;
|
||||
padding-left: calc(var(--global-space) * 2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user