Commit 328287ca authored by SpinShare's avatar SpinShare

changed primary color

parent 5f0cce8b
......@@ -58,7 +58,7 @@ main aside .item:hover {
}
main aside .item.active {
opacity: 1;
background: #8DD174;
background: #e22c78;
}
main aside .item .mdi {
font-size: 22px;
......
......@@ -56,7 +56,7 @@ main {
}
&.active {
opacity: 1;
background: #8DD174;
background: rgb(226, 44, 120);
}
& .mdi {
......
......@@ -5,7 +5,7 @@
margin-bottom: 50px;
text-align: center;
font-size: 64px;
color: #8DD174;
color: #e22c78;
}
.section-support .support-subsection {
margin-bottom: 50px;
......
......@@ -5,7 +5,7 @@
margin-bottom: 50px;
text-align: center;
font-size: 64px;
color: #8DD174;
color: rgb(226, 44, 120);
}
& .support-subsection {
......
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