3ds can't use :root

This commit is contained in:
Nycki 2024-10-09 02:12:39 +00:00
parent d367a16e75
commit 71d493f10c

View file

@ -1,11 +1,11 @@
/* Defaults */
:root {
html {
--font-family: -apple-system, system-ui, sans-serif;
--font-family-monospace: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace;
}
/* Theme colors */
:root {
html {
--xkcd-light-grey: #d8dcd6;
--xkcd-steel-blue: #5a7d9a;
--xkcd-magenta: #c20078;
@ -206,6 +206,19 @@ img {
max-height: 80vh;
}
.gallery {
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.gallery img {
border: 0.5ch solid;
margin: 1ch;
width: 12ch;
}
.web-button {
image-rendering: pixelated;
}