This commit is contained in:
parent
94c8006b6b
commit
ce5baa572d
1 changed files with 16 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mesh-image {
|
.mesh-image {
|
||||||
color: var(--color-light);
|
color: #61ABDA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-copy {
|
.footer-copy {
|
||||||
|
|
@ -110,7 +110,7 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mesh-image {
|
.mesh-image {
|
||||||
color: #1f2328;
|
color: #61ABDA;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
|
@ -133,6 +133,13 @@ li {
|
||||||
color: #61ABDA;
|
color: #61ABDA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header a,
|
||||||
|
header a:visited,
|
||||||
|
footer a,
|
||||||
|
footer a:visited {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
textarea,
|
textarea,
|
||||||
input {
|
input {
|
||||||
background-color: #f6f8fa;
|
background-color: #f6f8fa;
|
||||||
|
|
@ -173,4 +180,11 @@ li {
|
||||||
ul.blog-posts li a:visited {
|
ul.blog-posts li a:visited {
|
||||||
color: #61ABDA;
|
color: #61ABDA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header a,
|
||||||
|
header a:visited,
|
||||||
|
footer a,
|
||||||
|
footer a:visited {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue