hide revealed tags and set page up

This commit is contained in:
ethan merchant 2024-11-03 01:43:09 -05:00
parent bc01a6b5a6
commit 1a793b7440

View file

@ -67,14 +67,17 @@
*::placeholder {
color: var(--col-06);
}
title,
style,
script {
display: none;
}
html {
background-color: var(--col-05);
height: 100dvh;
}
body {
height: 100dvh;
margin: 0 auto; padding: 0;
line-height: 1.5;
background-color: #808080;
color: #000;
}
main {
height: 100dvh;