Increase color contrast of site footer
This commit is contained in:
parent
4a2ccf0984
commit
2946147645
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||||
|
|
||||||
|
@ -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%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user