Toggle light/dark mode

This commit is contained in:
Piero Toffanin 2023-10-09 15:15:39 -04:00
parent e0a143987f
commit 3f9da87639
3 changed files with 83 additions and 6 deletions

View file

@ -162,7 +162,7 @@ h3.header {
left: 2px;
}
.locale-panel a:hover{
.locale-panel a:hovselecter{
background-color: transparent !important;
}
@ -186,10 +186,7 @@ h3.header {
select {
color: var(--fg-color);
}
select option {
color: var(--pri-bg-color);
background-color: var(--pri-bg-color);
}
.language-select {
@ -206,7 +203,6 @@ select option {
text-decoration: underline;
-webkit-appearance: none;
appearance: none;
background-color: transparent;
padding: 0;
text-indent: 0.01px;
text-overflow: "";