Add color variable

This commit is contained in:
idotj 2023-02-06 19:02:28 +01:00
parent e768a9d688
commit de56436a0d

View File

@ -9,6 +9,7 @@
--line-gray-color: #c0cdd9; --line-gray-color: #c0cdd9;
--content-text: #000; --content-text: #000;
--link-color: #3a3bff; --link-color: #3a3bff;
--error-text-color: #8b0000;
--text-max-lines: none; --text-max-lines: none;
} }
@ -133,7 +134,7 @@
height: 100%; height: 100%;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: #8b0000; color: var(--error-text-color);
padding: 10px; padding: 10px;
text-align: center; text-align: center;
} }