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 {
flex: 1 1 100%;
color: var(--fg-800);
color: var(--fg-700);
text-align: center;
line-height: 1.4;

View File

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