hide revealed tags and set page up
This commit is contained in:
parent
bc01a6b5a6
commit
1a793b7440
1 changed files with 7 additions and 4 deletions
|
@ -67,14 +67,17 @@
|
||||||
*::placeholder {
|
*::placeholder {
|
||||||
color: var(--col-06);
|
color: var(--col-06);
|
||||||
}
|
}
|
||||||
|
title,
|
||||||
|
style,
|
||||||
|
script {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
html {
|
||||||
|
background-color: var(--col-05);
|
||||||
|
height: 100dvh;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
margin: 0 auto; padding: 0;
|
|
||||||
line-height: 1.5;
|
|
||||||
background-color: #808080;
|
|
||||||
color: #000;
|
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
|
|
Loading…
Add table
Reference in a new issue