updated default font and minor formating of main

This commit is contained in:
jpez 2022-03-09 18:51:07 +00:00
parent e4f49b6c69
commit 747fecc084
3 changed files with 16 additions and 5 deletions

Binary file not shown.

View File

@ -127,8 +127,12 @@
main { main {
color: #E5E5E5; color: #E5E5E5;
font-size: x-large; font-size: large;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.75);
border-top-right-radius: 10em; border-top-right-radius: 10em;
border-bottom-right-radius: 10em; border-bottom-right-radius: 10em;
} }
main > h1 {
max-width: 20em;
}

View File

@ -113,6 +113,8 @@ nav > .link:hover {
.moreInfo { .moreInfo {
position: relative; position: relative;
text-decoration: underline;
cursor: pointer;
} }
.moreInfo:hover .extraInfo { .moreInfo:hover .extraInfo {
@ -123,8 +125,8 @@ nav > .link:hover {
white-space: nowrap; white-space: nowrap;
margin-top: -1.2em; margin-top: -1.2em;
margin-left: -2em; margin-left: -2em;
background-color: #000000; background-color: #e5e5e5;
color: #e5e5e5; color: #000000;
display: none; display: none;
z-index: 1000; z-index: 1000;
position: absolute; position: absolute;
@ -136,6 +138,11 @@ nav > .link:hover {
} }
@font-face { @font-face {
font-family: body; font-family: headings;
src: url("../assets/fonts/AmaticSC-Regular.woff"); src: url("../assets/fonts/AmaticSC-Regular.woff");
} }
@font-face {
font-family: body;
src: url("../assets/fonts/Yomogi-Regular.woff");
}