be more specific on css selector
This commit is contained in:
parent
e81f052317
commit
46defc69d1
|
@ -504,6 +504,10 @@ hr {
|
|||
transition: transform 0.5s ease;
|
||||
}
|
||||
|
||||
.header-page-links a.active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.header-page-links a:hover {
|
||||
transform: translateY(-2px);
|
||||
background-color: transparent;
|
||||
|
@ -1475,10 +1479,6 @@ pre {
|
|||
color: var(--light-grey);
|
||||
}
|
||||
|
||||
.active {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
/** end carousel */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue