add a comment

main
Astoria 2 years ago
parent 33fc06e449
commit d5b7057ddd

@ -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] {

Loading…
Cancel
Save