Increase color contrast of site footer

This commit is contained in:
Tetrakern 2023-01-23 17:00:08 +01:00
parent 4a2ccf0984
commit 2946147645
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
.breadcrumbs { .breadcrumbs {
flex: 1 1 100%; flex: 1 1 100%;
color: var(--fg-800); color: var(--fg-700);
text-align: center; text-align: center;
line-height: 1.4; line-height: 1.4;

View File

@ -1,6 +1,6 @@
.footer { .footer {
position: relative; position: relative;
color: var(--fg-800); color: var(--fg-700);
font-size: 12px; font-size: 12px;
text-align: center; text-align: center;
width: 100%; width: 100%;