2018-01-20 23:49:35 +00:00
|
|
|
body, html {
|
|
|
|
min-height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: #2A2A2A;
|
|
|
|
color: #FFF;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2018-05-07 15:55:56 +00:00
|
|
|
::selection{
|
2018-05-07 16:09:46 +00:00
|
|
|
background:rgba(130, 43, 0, 0.99);
|
2018-05-07 15:55:56 +00:00
|
|
|
}
|
|
|
|
|
2018-01-20 23:49:35 +00:00
|
|
|
footer {
|
|
|
|
text-align: center;
|
|
|
|
margin: 1rem;
|
|
|
|
color: #AAA;
|
2018-01-22 23:08:18 +00:00
|
|
|
}
|
|
|
|
|
2018-01-25 21:35:10 +00:00
|
|
|
.hidden {
|
|
|
|
display: none !important;
|
|
|
|
}
|