3ds can't use :root
This commit is contained in:
parent
d367a16e75
commit
71d493f10c
1 changed files with 15 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue