forked from planex/defiance
Change link color to baby pink
This commit is contained in:
parent
2f96ce98c2
commit
a13b97c06a
1 changed files with 1 additions and 4 deletions
|
@ -4,10 +4,6 @@
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
color: #f9e6e1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Light Mode */
|
/* Light Mode */
|
||||||
|
@ -24,6 +20,7 @@ body {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #f3ccc3;
|
||||||
}
|
}
|
||||||
|
|
||||||
header h1 {
|
header h1 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue