Fixed colors in design

Closes #3
This commit is contained in:
2025-06-01 15:51:04 +03:00
parent 60cae61a5d
commit ad2cb6a40d

View File

@@ -24,7 +24,8 @@ const handleLogout = () => {
font-family: Avenir, Helvetica, Arial, sans-serif; font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
color: #2c3e50; /* color: #2c3e50; */
color: var(--color-text);
margin: 0 auto; margin: 0 auto;
padding: 20px; padding: 20px;
max-width: 100%; max-width: 100%;
@@ -49,7 +50,8 @@ td {
text-align: left; text-align: left;
} }
th { th {
background-color: #f2f2f2; /* background-color: #f2f2f2; */
background-color: var(--color-background);
} }
.userstory-table-container { .userstory-table-container {
overflow-x: auto; overflow-x: auto;