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 {
|
||||
color: var(--color-light);
|
||||
color: #61ABDA;
|
||||
}
|
||||
|
||||
.footer-copy {
|
||||
|
|
@ -110,7 +110,7 @@ li {
|
|||
}
|
||||
|
||||
.mesh-image {
|
||||
color: #1f2328;
|
||||
color: #61ABDA;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
|
@ -133,6 +133,13 @@ li {
|
|||
color: #61ABDA;
|
||||
}
|
||||
|
||||
header a,
|
||||
header a:visited,
|
||||
footer a,
|
||||
footer a:visited {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
textarea,
|
||||
input {
|
||||
background-color: #f6f8fa;
|
||||
|
|
@ -173,4 +180,11 @@ li {
|
|||
ul.blog-posts li a:visited {
|
||||
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