improve styling a little
This commit is contained in:
parent
a97f258348
commit
045de1df0b
12 changed files with 418 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue