privacy, tos, moderation update
All checks were successful
/ build (push) Successful in 4m24s

This commit is contained in:
Ruben 2025-10-27 22:28:21 -05:00
commit e7c0487111
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
4 changed files with 40 additions and 30 deletions

View file

@ -106,21 +106,22 @@ h1, h2, h3, h4, h5, h6 {
}
}
h1,
h1 a {
h1, h1 a {
font-size: 2rem;
}
h2,
h2 a {
h2, h2 a {
font-size: 1.8rem;
}
h3, h4,
h3 a, h4 a {
h3, h3 a {
font-size: 1.4rem;
}
h4, h4 a {
font-size: 1.2rem;
}
[accent] {
color: var(--accent);
}
@ -172,9 +173,8 @@ small a {
}
/* lists need some styling */
ul {
ul, ol {
margin-left: -1.3rem;
list-style-type: square;
ul { margin-top: .5rem; margin-bottom: .5rem; }
li {
@ -186,6 +186,8 @@ ul {
}
}
}
ul { list-style-type: square; }
ol { margin-left: -.5rem; }
/* text with "title", little hover-over info tibblets */
span[title] {