Updated timeline data colouring to add contrast

This commit is contained in:
Luke Else 2023-10-25 13:51:18 +01:00
parent dd4dfdea78
commit 632eed6810
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
:root { :root {
--bg: #282c34; --bg: #282c34;
--bg-grad: #5a606d9f; --bg-grad: #5a606d9f;
--bg-2: #4f5157; --bg-2: #838488;
--fg: #ABB2BF; --fg: #ABB2BF;
--red: #E06C75; --red: #E06C75;
--green: #98C379; --green: #98C379;

View File

@ -39,6 +39,7 @@
.oposite-content-title { .oposite-content-title {
margin: 0; margin: 0;
padding: 0; padding: 0;
color: var(--bg-2);
} }
.content-title { .content-title {
margin: 0; margin: 0;