mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-09 20:52:34 +01:00
add disabled link color
This commit is contained in:
parent
9be4aab463
commit
353e64d4e9
@ -23,6 +23,10 @@ a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
a.disabled-link {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
/* Scrollbar */
|
||||
@media only screen and (min-width: 768px) {
|
||||
html {
|
||||
@ -550,4 +554,4 @@ hr {
|
||||
.off-canvas-sidebar .nav>li.active>a:after {
|
||||
border-left: 17px solid var(--accent-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user