Make config look less crappy

This commit is contained in:
2021-10-10 11:51:20 +10:30
parent 2b06c37be8
commit 26d4272aa2
3 changed files with 39 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
a,
a:focus,
a:hover {
color: #fff;
color: #f44;
}
/* Custom default button */
@@ -31,15 +31,15 @@ body {
}
body {
display: -ms-flexbox;
display: flex;
/* display: -ms-flexbox;
display: flex; */
color: #fff;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.DAU-container {
max-width: 42em;
max-width: 52em;
}
pre {