Updated css

This commit is contained in:
2020-01-30 10:05:39 +01:00
parent 20a6fb7664
commit b2f88f5f27
4 changed files with 119 additions and 43 deletions

View File

@@ -48,8 +48,8 @@ h2 {
}
a {
color: #66D9EF;
&:hover { color: #A6E22E; }
color: $linkStill;
&:hover {color: $linkHover;}
}
input[type=color] {
@@ -57,31 +57,6 @@ input[type=color] {
height: 2em;
background-color: $grey4;
}
.center {
background-color: $grey3;
margin: auto;
margin-bottom: 10%;
width: 70%;
padding: 5%;
height: max-content;
border-radius: $radius;
* {
margin: auto;
display: block;
}
}
.inline {
margin: $standardMargin;
* {display: inline-block;}
}
.leftalign * {
margin: $standardMargin;
text-align: left;
}
table {
width: 100%;
@@ -100,4 +75,6 @@ th {
tr {
&:nth-child(even) { background-color: #00000033;}
&:hover { background-color: rgba(255, 255, 255, 0.281);}
}
}
@import "classes";