mindjack/static/css/base.css

37 lines
509 B
CSS

@font-face {
font-family: 'Raleway';
src: url('/fonts/Raleway-VF.woff2');
font-weight: 100 900;
font-style: normal;
}
@font-face {
font-family: 'Raleway';
src: url('/fonts/Raleway-Italic-VF.woff2');
font-weight: 100 900;
font-style: italic;
}
body {
background-color: black;
color: red;
font-family: 'Raleway';
text-align: center;
}
a {
color: red;
}
a:hover {
color: #c00;
}
a svg path {
stroke: red;
}
a svg:hover path {
stroke: #c00;
}