mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Clean: Prettified Code!
This commit is contained in:
parent
180900aa83
commit
244a194d1c
1 changed files with 3 additions and 5 deletions
|
|
@ -690,8 +690,6 @@
|
||||||
.tag-name a {
|
.tag-name a {
|
||||||
color: var(--in-content-page-color) !important;
|
color: var(--in-content-page-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.ts-select-trigger,
|
.ts-select-trigger,
|
||||||
input[type="date"],
|
input[type="date"],
|
||||||
|
|
@ -714,17 +712,17 @@
|
||||||
color: var(--in-content-deemphasized-text) !important;
|
color: var(--in-content-deemphasized-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-list a {
|
.tag-list a {
|
||||||
color: var(--color-marketing-gray-10) !important;
|
color: var(--color-marketing-gray-10) !important;
|
||||||
}
|
}
|
||||||
.tag-list a:hover,
|
.tag-list a:hover,
|
||||||
.sidebar-nav a:hover {
|
.sidebar-nav a:hover {
|
||||||
color: var(--color-link) !important;
|
color: var(--color-link) !important;
|
||||||
}
|
}
|
||||||
.tag-list li{
|
.tag-list li {
|
||||||
background: var(--in-content-page-color) !important;
|
background: var(--in-content-page-color) !important;
|
||||||
}
|
}
|
||||||
.tag-list li:hover{
|
.tag-list li:hover {
|
||||||
background: var(--in-content-deemphasized-text) !important;
|
background: var(--in-content-deemphasized-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue