diff --git a/assets/fonts/Yomogi-Regular.woff b/assets/fonts/Yomogi-Regular.woff new file mode 100644 index 0000000..b9d638d Binary files /dev/null and b/assets/fonts/Yomogi-Regular.woff differ diff --git a/home/index.css b/home/index.css index 0b57894..024a8bb 100644 --- a/home/index.css +++ b/home/index.css @@ -127,8 +127,12 @@ main { color: #E5E5E5; - font-size: x-large; - background-color: rgba(0, 0, 0, 0.5); + font-size: large; + background-color: rgba(0, 0, 0, 0.75); border-top-right-radius: 10em; border-bottom-right-radius: 10em; +} + +main > h1 { + max-width: 20em; } \ No newline at end of file diff --git a/style/main.css b/style/main.css index b271b9f..ec1ea36 100644 --- a/style/main.css +++ b/style/main.css @@ -113,6 +113,8 @@ nav > .link:hover { .moreInfo { position: relative; + text-decoration: underline; + cursor: pointer; } .moreInfo:hover .extraInfo { @@ -123,8 +125,8 @@ nav > .link:hover { white-space: nowrap; margin-top: -1.2em; margin-left: -2em; - background-color: #000000; - color: #e5e5e5; + background-color: #e5e5e5; + color: #000000; display: none; z-index: 1000; position: absolute; @@ -136,6 +138,11 @@ nav > .link:hover { } @font-face { - font-family: body; + font-family: headings; src: url("../assets/fonts/AmaticSC-Regular.woff"); +} + +@font-face { + font-family: body; + src: url("../assets/fonts/Yomogi-Regular.woff"); } \ No newline at end of file