Skip to content
Snippets Groups Projects
Commit 94e8fb17 authored by khawkins98's avatar khawkins98
Browse files

Fix background colour on hover

parent e63ea812
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ function elixirBanner() {
<style>
.elixir-ribbon {
padding: 1rem 0;
background-color: `+defaultColor+`;
}
`+basicStylingForNonfoundationSites+`
.elixir-ribbon,
......@@ -67,7 +68,6 @@ function elixirBanner() {
.elixir-ribbon a,
.elixir-ribbon a:active,
.elixir-ribbon a:hover {
background-color: `+defaultColor+`;
color: #fff;
text-decoration: none;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment