forked from DebaucheryLibrarian/traxxx
40 lines
463 B
SCSS
40 lines
463 B
SCSS
@import 'theme';
|
|
@import 'states';
|
|
@import 'tooltip';
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
color: $text;
|
|
margin: 0;
|
|
font-family: Verdana, sans-serif;
|
|
}
|
|
|
|
.nolist {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
li {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.heading {
|
|
color: $shadow;
|
|
padding: 0;
|
|
margin: 0 0 1rem 0;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.icon.icon-href {
|
|
fill: $shadow;
|
|
|
|
:hover {
|
|
fill: $primary;
|
|
}
|
|
}
|