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;
|
transition: transform 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-page-links a.active {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.header-page-links a:hover {
|
.header-page-links a:hover {
|
||||||
transform: translateY(-2px);
|
transform: translateY(-2px);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -1475,10 +1479,6 @@ pre {
|
||||||
color: var(--light-grey);
|
color: var(--light-grey);
|
||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
|
||||||
color: white !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** end carousel */
|
/** end carousel */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue