Make web interface even more marginally better.

This commit is contained in:
Justin Hawkins 2022-04-03 19:00:31 +09:30
parent 7c12b04700
commit bc2e88786c

View File

@ -29,6 +29,7 @@ body {
height: 100%; height: 100%;
background-color: #333; background-color: #333;
padding: 2em; padding: 2em;
max-width: 80em;
} }
body { body {
@ -36,7 +37,6 @@ body {
display: flex; */ display: flex; */
color: #fff; color: #fff;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
} }
.DAU-container { .DAU-container {