Remove non-color styling from theme; Button styling fixes

This commit is contained in:
Robbie Antenesse 2019-05-31 10:35:31 -06:00 committed by Robbie Antenesse
parent 227d7f59f9
commit 86a37f0280
3 changed files with 4 additions and 2 deletions

View File

@ -115,6 +115,8 @@ span .tag {
line-height: 30px;
cursor: pointer;
user-select: none;
text-decoration: none;
font-weight: bold;
&.small {
font-size: 80%;
@ -157,6 +159,7 @@ span .tag {
font-size: 200%;
cursor: pointer;
user-select: none;
text-decoration: none;
}
}
}

View File

@ -344,6 +344,7 @@ $nav-font-height: 16px;
font-size: 25px;
line-height: 10px;
cursor: pointer;
text-decoration: none;
&:before {
content: '';

View File

@ -75,8 +75,6 @@
border: 1px solid darken($button-color, 2);
background-color: $button-color;
color: #000000;
text-decoration: none;
font-weight: bold;
&.red {
background-color: $red;