Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Small style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jota11 committed Aug 17, 2020
1 parent d093c4d commit 478e15f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions patchnotes-page/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 478e15f

Please sign in to comment.