Make licence and privacy look better

This commit is contained in:
Nikita Karamov 2023-08-28 02:01:11 +02:00
parent 0a6b2f7ae2
commit e6d32be03a
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,14 @@ hr {
border-width: 0.5px;
}
details {
font-size: smaller;
}
summary {
font-weight: bolder;
}
a {
color: var(--s2f-accent-color-contrast);
}