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

Commit

Permalink
feat(style): new color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtrank committed Apr 6, 2020
1 parent 41c0eab commit aa17be6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,29 @@ License URI: https://mit-license.org/
body {
margin: 0em;
font-family: "IBM Plex Mono";
background: gainsboro;
background: midnightblue;
color: mistyrose;
}

a {
color: yellow;
}

header {
border-bottom: 3px solid green;
padding: 2em;
border-bottom: 3px solid blue;
}

header a {
font-weight: 700;
}

header,
main {
margin: 2em;
}

footer p {
background-color: wheat;
background-color: black;
padding: 2em;
font-style: italic;
}

0 comments on commit aa17be6

Please sign in to comment.