Misc cleanup, more definitions of color with scss variables and added a lot of color transitions for when switching theme color.

This commit is contained in:
2019-10-22 23:07:21 +02:00
parent f8c284cd71
commit c454d9c9e0
14 changed files with 68 additions and 61 deletions

View File

@@ -30,7 +30,7 @@
height: 35px;
width: 35px;
&:after {
border: 7px solid rgba($green, 0.9);
border: 7px solid $green-90;
border-radius: 50%;
content: '';
left: 8px;