Tidy general styling and introduce <Welcome /> overlay

This commit is contained in:
Fred Boniface
2023-06-29 22:01:55 +01:00
parent 4903e0501d
commit 8bd6454b67
10 changed files with 91 additions and 42 deletions

View File

@@ -12,6 +12,7 @@ span {
font-family: urwgothic, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: 600;
font-size: 20px;
color: var(--main-text-color)
}
div {
width: 85%;

View File

@@ -12,6 +12,7 @@
<style>
span {
font-family: urwgothic, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: var(--main-text-color);
font-weight: 600;
font-size: 20px;
}