Skip to content
Snippets Groups Projects
Commit 27111109 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Add a hover color for the headings

parent 3a561c49
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,10 @@ class AppShellWelcome extends ScopedElementsMixin(LitElement) {
p { line-height: 1.8em }
.item {padding-top: 0.5em;}
.description {padding-left: 2em;}
h2 a:hover {
color: #E4154B;
}
`;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment