This commit is contained in:
Владимир Фёдоров 2025-05-29 02:41:30 +07:00
parent 25dee9acf8
commit ba146de06a
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@
--vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
/* Главный цвет */
--main-color: rgba(115, 185, 83, 1);
--second-color: rgba(98, 156, 68, 1);
--main-color: rgba(34, 50, 60, 1);
--second-color: rgb(136, 105, 31);
--main-back-color: rgba(240, 240, 240, 1);
--main-back-item-color: rgba(254, 254, 254, 1);
}

View File

@ -187,7 +187,7 @@ th {
font-weight: bold;
}
tr:nth-child(odd) {
background-color: rgb(233, 240, 230);
background-color: rgb(239, 239, 239);
}
tr:nth-child(even) {
background-color: rgb(255, 255, 255);