Compare commits

...

2 Commits

@ -12,6 +12,7 @@
body {
background: url("/includes/bg.php") no-repeat var(--bg-col);
/* ../includes/bg.php */
background-size: cover;
background-attachment: fixed;
background-position: bottom left;
@ -44,10 +45,10 @@ th {
}
tr:nth-child(odd) {
background-color: #111111;
background-color: #150f0a;
}
tr:nth-child(even) {
background-color: #222222;
background-color: #392a1d;
}
input[type="submit" i] {

@ -35,8 +35,8 @@ h2, h3 {
h2 {
font-size: 1.6em;
margin-left: 20px;
margin-right: 20px;
margin-left: 5%;
margin-right: 5%;
}
h3 {

Loading…
Cancel
Save