uniScore/public/css/style.css

39 lines
545 B
CSS

@font-face {
font-family: "Beer";
src: url(/fonts/NotoColorEmoji.ttf);
unicode-range: U+1F37A;
}
body {
/*font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
background-color: hsl(12, 43%, 8%);
color: hsl(76, 43%, 94%);
}
a {
color: #00B7FF;
}
h1{
text-align: center;
margin-top: 50px;
font-family: "Beer", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.controls{
text-align:center;
}
.jQBracket {
margin: 80px auto 0 auto;
}
#refresh {
margin: 0 auto;
}
.label{
font-size: 100%;
color: black;
}