Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/102-static…
Browse files Browse the repository at this point in the history
…-data
  • Loading branch information
ascheman committed Feb 22, 2020
2 parents c8ecc8b + 4f73fc1 commit dc546a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions impl/src/main/resources/templates/styles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ h1 a.active:hover, h1 a.active:focus {
button.highlightBack:hover, button.highlightBack:focus {
background-color: ${styles.highlight};
}
#login-area a.button:hover svg path.line, #login-area a.button:focus svg path.line {
fill: ${styles.dark};
}
h1 #mainmenu-button svg:hover, h1 #mainmenu-button svg:focus {
fill: ${styles.dark};
}

0 comments on commit dc546a5

Please sign in to comment.