colors
This commit is contained in:
parent
7d4ef27822
commit
35cc56e8ab
|
@ -221,7 +221,7 @@ footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 160px 20px 200px 20px;
|
padding: 160px 20px 200px 20px;
|
||||||
background-color: var(--border-alt);
|
background-color: var(--border-alt);
|
||||||
color: var(--bg);
|
color: var(--fg);
|
||||||
background-image: url("../img/vignette-footer.svg");
|
background-image: url("../img/vignette-footer.svg");
|
||||||
background-size: 500px;
|
background-size: 500px;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
|
@ -229,10 +229,10 @@ footer {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
a {
|
a {
|
||||||
color: var(--bg);
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
color: var(--bg);
|
color: var(--fg);
|
||||||
border: 1px solid var(--bg);
|
border: 1px solid var(--bg);
|
||||||
}
|
}
|
||||||
.icon:hover {
|
.icon:hover {
|
||||||
|
@ -263,7 +263,7 @@ footer {
|
||||||
a {
|
a {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--bg);
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--accent2);
|
color: var(--accent2);
|
||||||
|
|
Loading…
Reference in a new issue