Skip to content
Snippets Groups Projects
Commit 23aa4dd4 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Use accent2 as hover color and accent for selected

parent 58de40d4
Branches
Tags
1 merge request!6apply layout of "template preview" for index page "schilder preview"
......@@ -286,11 +286,15 @@ main {
}
}
&:hover .option-border {
border-color: var(--accent2);
}
input[type = "radio"] {
display: none;
&:checked + .option-border {
border-color: var(--accent2);
border-color: var(--accent);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment