diff --git a/assets/css/manager.css b/assets/css/manager.css
index d0bd2a0..388c3d4 100644
--- a/assets/css/manager.css
+++ b/assets/css/manager.css
@@ -68,7 +68,28 @@ table.seat td:first-child {
}
-/*lists like tables*/
+/*
+lists like tables
+
+Example col3 tablelist
+
+
+General configuration
+*/
.tablelist{
display: grid;
list-style-type: none;
@@ -85,8 +106,8 @@ table.seat td:first-child {
}
.tablelist a:hover li{
- color: rgb(255, 255, 32);
- background: rgba(0, 3, 255, 0.25);
+ color: rgb(211, 235, 255);
+ background: rgba(31, 44, 61, 1);
}
.tablelist li.title{
@@ -166,4 +187,4 @@ table.seat td:first-child {
grid-column-start: 5;
grid-column-end: 6;
grid-template-columns: auto;
-}
\ No newline at end of file
+}