]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - css/unrealircd-admin.css
Make the beginnings of a login page
[irc/unrealircd/unrealircd-webpanel.git] / css / unrealircd-admin.css
index 6fe7f51508fa2e725574c2886bff2a2fc521a2cd..5fb0647776e50be001e019c3932d0db2b13472f3 100644 (file)
@@ -104,10 +104,9 @@ footer {
 }
 
 
-
 body {
        padding-top: 45px;
-       background-image: url("../img/linen.png");
+       background-image: url("../img/background.jpg");
        display: flex;
        flex-direction: column;
 }
@@ -197,5 +196,10 @@ body {
 
 .table-striped>tbody>tr:nth-child(even)>td, 
 .table-striped>tbody>tr:nth-child(even)>th {
-   background-color: #c9c9c949;
+   background-color: #a5a5a549;
  }
+ .table-striped>tbody>tr:nth-child(odd)>td, 
+ .table-striped>tbody>tr:nth-child(odd)>th {
+       background-color: #ffffff;
+  }
+       
\ No newline at end of file