Commit 328287ca authored by SpinShare's avatar SpinShare

changed primary color

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