Commit 93504432 authored by Andreas Heimann's avatar Andreas Heimann

changed navigation color gradient

parent 3eddd6ea
......@@ -57,7 +57,7 @@ main aside .item:hover {
}
main aside .item.active {
opacity: 1;
background: linear-gradient(135deg, #00FFF0, #46BEFF);
background: linear-gradient(135deg, #fd2f85, #7a34ec);
}
main aside .item .mdi {
font-size: 22px;
......
......@@ -55,7 +55,7 @@ main {
}
&.active {
opacity: 1;
background: linear-gradient(135deg, #00FFF0, #46BEFF);
background: linear-gradient(135deg, #fd2f85, #7a34ec);
}
& .mdi {
......
Markdown is supported
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