improve styling a little

This commit is contained in:
ducklet 2021-02-26 18:56:35 +01:00
parent a97f258348
commit 045de1df0b
12 changed files with 418 additions and 8 deletions

View file

@ -37,6 +37,7 @@ iframe {
-moz-outline-radius: 1em;
}
.points {
font-family: "Days One Regular";
position: absolute;
right: 0.2em;
text-align: right;
@ -58,6 +59,8 @@ iframe {
justify-content: space-between;
}
.name {
font-family: "Sniglet Regular";
font-weight: bold;
text-align: center;
letter-spacing: 0.3em;
font-variant: small-caps;
@ -72,6 +75,7 @@ iframe {
overflow: hidden;
}
#text-overlay {
font-family: "Averia Sans Libre Light Italic";
width: 720px;
background-color: var(--main-bg-color);
outline: 0.7em solid var(--main-fg-color);