CSS Dark Mode Improvements

pull/216/head
Luke Prior 2021-10-09 19:07:15 +11:00 zatwierdzone przez GitHub
rodzic 4036214ecd
commit 04b95effba
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 11 dodań i 3 usunięć

Wyświetl plik

@ -72,7 +72,6 @@ td#sfreq {
display: none;
flex: 1;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
flex-direction: column;
overflow: auto;
@ -344,7 +343,7 @@ p{
h2{
color: white;
}
table, th, td, .save, .topnav a.active {
table, th, td, .save, a.active {
color: white;
border: 1px solid grey;
border-collapse: collapse;
@ -354,4 +353,13 @@ p{
color: white;
background-color: #333;
}
}
a:link, a:visited {
color: grey !important;
}
.topnav {
background-color: grey;
}
.topnav a:visited {
color: white !important;
}
}