1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

updated table heading styles

Signed-off-by: Andrii Podriez <andrey5577990@gmail.com>
This commit is contained in:
Andrii Podriez 2024-07-25 13:48:22 +02:00 committed by al3xa23
parent 1938bc9876
commit 7d11f3e5d9

View file

@ -521,3 +521,9 @@ hr {
.swagger-ui .info {
margin-top: 10px;
}
.table thead th {
background-color: var(--highlights);
color: #fff;
padding: 0.5em 0.5em !important;
}