Skip to content

Commit

Permalink
Style home links and h1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarte committed Oct 8, 2022
1 parent d6725ca commit 0940c33
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dist/assets/css/chordeditor.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
h1 {
font-family: Arial, Helvetica, sans-serif;
}

a {
outline: none;
text-decoration: none;
padding: 2px 1px 0;
}

a:link {
color: #265301;
}

a:visited {
color: #437a16;
}

a:focus {
border-bottom: 1px solid;
background: #bae498;
}

a:hover {
border-bottom: 1px solid;
background: #cdfeaa;
}

a:active {
background: #265301;
color: #cdfeaa;
}

body {
padding: 0 40px 0 40px;
}
Expand Down

0 comments on commit 0940c33

Please sign in to comment.