minimal support for browsers without css-variables

This commit is contained in:
ed
2022-05-03 00:52:26 +02:00
parent 93febe34b0
commit aa29e7be48
2 changed files with 17 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ html {
max-width: 34em;
max-width: min(34em, 90%);
max-width: min(34em, calc(100% - 7em));
color: #ddd;
background: #333;
border: 0 solid #777;
box-shadow: 0 .2em .5em #111;