Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipJaskovic committed Apr 23, 2024
1 parent fa34d6c commit 29f8ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

:root {
--text-light: #07202c;
--text-light: #05171e;
--background-light: #ffffff;
--primary-light: rgba(52, 139, 65, 0.78);
--secondary-light: #96c5a5;
Expand Down Expand Up @@ -88,12 +88,12 @@ th {

.ausfall {
background-color: var(--cancel-light);
color: var(--background-light);
color: var(--text-light);
font-weight: bold;
}

.old {
color: var(--accent-light);
color: #aaa8ac;
}

.error {
Expand Down

0 comments on commit 29f8ca4

Please sign in to comment.