add stuff at bottom
very minor ryuji changes
BIN
static/88x31/247.gif
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
static/88x31/btw.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
static/88x31/fe.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
static/88x31/ie11.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
static/88x31/jsn.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
static/88x31/mh.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
static/88x31/salt.gif
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
@@ -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: "☀️";
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||