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