Updated css
This commit is contained in:
@@ -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";
|
Reference in New Issue
Block a user