mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Fix table colors.
This commit is contained in:
@@ -698,7 +698,7 @@ kbd {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table {
|
.table:not(th) {
|
||||||
color: #DEDEDE;
|
color: #DEDEDE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -777,4 +777,13 @@ kbd {
|
|||||||
|
|
||||||
canvas {
|
canvas {
|
||||||
height: 800px !important;
|
height: 800px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-dark th {
|
||||||
|
color: white !important;
|
||||||
|
background-color: #333333 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-responsive {
|
||||||
|
scrollbar-color: #888888 #333333;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user