1
0

Hatsker theme)

This commit is contained in:
2018-01-03 01:04:34 +03:00
parent 4dbb509588
commit 64b5f39d41
5 changed files with 50 additions and 28 deletions

View File

@@ -1,4 +1,27 @@
body {
min-height: 75rem;
padding-top: 4.5rem;
.main-container {
text-align: center;
}
body {
background-color: black;
color: lime;
}
::selection {
color: black;
background-color: lime;
}
a {
color: lime;
}
table, td, th {
border: 1px solid;
}
table {
width: 100%;
}
.error {
color: red;
font-family: Roboto;
}
hr {
border-color: lime;
}