Further improvements to the dark theme

This commit is contained in:
Drew DeVault 2021-06-10 15:41:12 -04:00
parent f5be7e7894
commit 9c2110b8f7
2 changed files with 8 additions and 4 deletions

View File

@ -42,10 +42,6 @@ body {
}
}
p, pre {
margin-bottom: 0.5rem;
}
a {
text-decoration: underline;

View File

@ -71,12 +71,20 @@ code {
background-color: darken(#f8d7da, 12);
border-color: darken(#f5c6cb, 10);
color: $black;
a:not(.btn) {
color: darken($primary, 15);
}
}
.alert-warning {
background-color: darken(#fff3cd, 8);
border-color: darken(#ffeeba, 10);
color: $black;
a:not(.btn) {
color: darken($primary, 15);
}
}
input[type="text"],