Make licence and privacy look better
This commit is contained in:
parent
0a6b2f7ae2
commit
e6d32be03a
1 changed files with 8 additions and 0 deletions
|
@ -72,6 +72,14 @@ hr {
|
||||||
border-width: 0.5px;
|
border-width: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details {
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
|
summary {
|
||||||
|
font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--s2f-accent-color-contrast);
|
color: var(--s2f-accent-color-contrast);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue