dark mode for client
This commit is contained in:
@@ -7,7 +7,7 @@ nav {
|
||||
|
||||
nav a, nav h1, nav label {
|
||||
text-align: left;
|
||||
padding: 14px 16px;
|
||||
padding: 8px 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@ nav a, nav h1, nav label {
|
||||
|
||||
@media screen and (min-width: 600px){
|
||||
#hamitems a:hover, #hamitems a[aria-current="true"], #hamitems:hover a[aria-current="true"]:hover {
|
||||
background-color: white;
|
||||
color: black;
|
||||
background-color: #303030;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#hamitems:hover a[aria-current="true"] {
|
||||
|
@@ -20,6 +20,26 @@ body {
|
||||
|
||||
main {
|
||||
max-width: 100vw;
|
||||
background-color: #303030;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.w3-card {
|
||||
background-color: #202020;
|
||||
box-shadow: 0 2px 5px 0 black;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #080808;
|
||||
}
|
||||
|
||||
td {
|
||||
background-color: #202020;
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
background-color: #303030;
|
||||
color: white;
|
||||
}
|
||||
|
||||
img.clickable {
|
||||
|
Reference in New Issue
Block a user