mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-24 17:56:39 +00:00
fix: change hover color and bg
This commit is contained in:
parent
082e0c37be
commit
4e1eab2139
|
@ -64,10 +64,34 @@
|
||||||
ul.ul-2>.td-sidebar-nav__section-title a {
|
ul.ul-2>.td-sidebar-nav__section-title a {
|
||||||
color: #616161 !important;
|
color: #616161 !important;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
padding: .3rem .8rem !important;
|
||||||
|
border-radius: .3rem;
|
||||||
|
margin: .1rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.td-sidebar-link.td-sidebar-link__section {
|
||||||
|
border-radius: .3rem;
|
||||||
|
padding: .3rem .8rem !important;
|
||||||
|
margin: .1rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.td-sidebar-link.td-sidebar-link__section:hover {
|
||||||
|
color: $primary !important;
|
||||||
|
background-color: #7EB07F11;
|
||||||
|
}
|
||||||
|
|
||||||
|
.td-sidebar-nav a.active {
|
||||||
|
color: $primary !important;
|
||||||
|
background-color: #7EB07F22;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.ul-2 {
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.ul-2>.td-sidebar-nav__section-title a:hover {
|
ul.ul-2>.td-sidebar-nav__section-title a:hover {
|
||||||
color: $blue !important;
|
color: $primary !important;
|
||||||
|
background-color: #7EB07F11;
|
||||||
}
|
}
|
||||||
|
|
||||||
li:has(input[type="checkbox"]) {
|
li:has(input[type="checkbox"]) {
|
||||||
|
|
Loading…
Reference in a new issue