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

add a small gradient

parent ef77c11e
No related branches found
No related tags found
1 merge request!2246Translated using Weblate (German)
...@@ -83,7 +83,11 @@ div#tiles-container { ...@@ -83,7 +83,11 @@ div#tiles-container {
} }
&.orange>div.image { &.orange>div.image {
background-color: fade(@metager-orange, 60%); @gradient-from: fade(@metager-orange, 80%);
@gradient-to: darken(fade(@metager-orange, 80%), 1%);
background-color: @metager-orange;
background: linear-gradient(0deg, @gradient-from 0%, @gradient-to 100%);
} }
>div.title { >div.title {
......
@import "./variables.less"; @import "./variables.less";
@metager-orange: darken(#ff8000, 15%);
// Default Background Color // Default Background Color
@background-color: @color-almost-black; @background-color: @color-almost-black;
@background-color-mobile: @color-almost-black; @background-color-mobile: @color-almost-black;
......
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