Commit 77302e90 authored by SpinShare's avatar SpinShare

changed gradient to beat color

parent 82ef79c6
...@@ -58,7 +58,7 @@ main aside .item:hover { ...@@ -58,7 +58,7 @@ main aside .item:hover {
} }
main aside .item.active { main aside .item.active {
opacity: 1; opacity: 1;
background: linear-gradient(135deg, #fd2f85, #7a34ec); background: #8DD174;
} }
main aside .item .mdi { main aside .item .mdi {
font-size: 22px; font-size: 22px;
......
...@@ -56,7 +56,7 @@ main { ...@@ -56,7 +56,7 @@ main {
} }
&.active { &.active {
opacity: 1; opacity: 1;
background: linear-gradient(135deg, #fd2f85, #7a34ec); background: #8DD174;
} }
& .mdi { & .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