This commit is contained in:
adrianvic 2026-04-21 17:36:18 +00:00
commit c59d8d2aba
94 changed files with 1054 additions and 3 deletions

View file

@ -147,7 +147,7 @@ blockquote, main p {
}
main h1, main h2 {
margin-bottom: .5em;
/* margin-bottom: .2em; */
}
main h2 {
@ -163,6 +163,28 @@ blockquote {
margin-left: 2.8em;
}
hr {
border-bottom: thick solid rgba(255, 255, 255, 0.1);
box-shadow:
2px 7px 5px rgba(0,0,0,0.3),
0px -4px 10px rgba(0,0,0,0.3);
/* margin: .5em 0; */
}
.box {
border: thick solid rgba(255, 255, 255, 0.1);
padding: 1em;
background-color: rgba(0, 0, 0, 0.15);
}
.box *:last-child {
margin-bottom: 0;
}
.pageHeaderBox {
border-bottom: 0;
}
#headerSubtitle {
color: white;
opacity: 0.6;
@ -760,6 +782,15 @@ hs {
margin-bottom: 1em;
}
.i88x31 {
transition: .2s;
image-rendering: pixelated;
}
.i88x31.selected {
transform: scale(2);
}
@keyframes ellipsis-loader {
0%, 25% {
transform: translateX(0);