Skip to content
Snippets Groups Projects
Commit 04b46606 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

secondary color

parent 7005fd7f
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ button { ...@@ -83,7 +83,7 @@ button {
&.download { &.download {
display: flex; display: flex;
img { img {
height: 1.5em; height: 1.3em;
} }
} }
...@@ -103,13 +103,13 @@ button { ...@@ -103,13 +103,13 @@ button {
img { img {
filter: brightness(0) invert(); filter: brightness(0) invert();
height: 1.5rem; height: 1.3rem;
} }
} }
.button { .button {
display: block; display: block;
border: 1px solid #777; border: 1px solid darken(@color-secondary, 5%);
padding: 1rem; padding: 1rem;
color: white; color: white;
text-decoration: none; text-decoration: none;
...@@ -118,16 +118,9 @@ button { ...@@ -118,16 +118,9 @@ button {
&:hover { &:hover {
color: inherit; color: inherit;
background-color: fade(@color-secondary, 70%); background-color: fade(@color-secondary, 70%);
border-color: @color-main; border-color: fade(darken(@color-secondary, 5%), 70%);
color: fade(white, 90%); color: fade(white, 90%);
} }
&.negative {
background-color: @color-negative;
&:hover {
background-color: fade(@color-negative, 70%);
color: white;
}
}
} }
nav#primary-nav { nav#primary-nav {
......
@color-main: #ef7700; @color-main: #ef7700;
@color-secondary: #3a3af9; @color-secondary: #0000da;
@color-main-hover: lighten(@color-main, 5%); @color-main-hover: lighten(@color-main, 5%);
@color-main-font-color: white; @color-main-font-color: white;
@color-negative: rgba(255, 0, 0, 0.432); @color-negative: rgba(255, 0, 0, 0.432);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment