diff --git a/patchnotes-page/style.css b/patchnotes-page/style.css index 2437138..5227ab5 100644 --- a/patchnotes-page/style.css +++ b/patchnotes-page/style.css @@ -49,6 +49,7 @@ body { background-color: rgba(0,0,0,0.65); padding: 25px 25px 10px 25px; border-radius: 5px; + font-family: Roboto Thin, Arial, sans-serif; } h2 { @@ -58,21 +59,25 @@ h2 { font-family: Roboto Medium, Arial, sans-serif; border-top: 1px solid rgba(255,255,255,0.5); } + +h2:first-of-type { + border-top: 0px; + padding-top: 0px; +} + h3 { margin: 0; font-size: 15px; font-family: Roboto Thin, Arial, sans-serif; } -h2:first-of-type { - border-top: 0px; - padding-top: 0px; +p { + font-size: 16px; } - ul { list-style-image: url(../images/thatarrowfromthetfblog.svg); - font-size: 20px; - font-family: Roboto Light, Arial, sans-serif; + font-size: 21px; + font-family: Roboto Thin, Arial, sans-serif; } code {