add stuff at bottom

very minor ryuji changes
This commit is contained in:
Jon Dough
2023-08-09 23:09:38 -07:00
parent 750cfed89b
commit 6370bb7966
18 changed files with 99 additions and 14 deletions

View File

@@ -22,6 +22,30 @@ body {
font-size: 1.02rem;
}
h1 {
font-size: 2rem !important;
}
h1 code {
font-size: 1.9rem !important;
}
h2 {
font-size: 1.5em !important;
}
h2 code {
font-size: 1.4em !important;
}
h3, h3 code {
font-size: 1.3em !important;
}
h3 code {
font-size: 1.2em !important;
}
#return {
position: absolute;
top: 5px;
@@ -79,9 +103,11 @@ label[for="dark-mode"] {
}
#dark-mode + label[for="dark-mode"]::after {
color: black;
content: "🌙";
}
#dark-mode:checked + label[for="dark-mode"]::after {
color: white;
content: "☀️";
}

View File

@@ -14,3 +14,20 @@ h2 {
top: 0;
left: 0;
}
.random {
margin-top: 10px;
display: none;
}
.random:target {
display: block;
}
.random:target ~ #ciran {
display: none;
}
.random-content {
min-height: 40px;
}