mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Tweak a color
This commit is contained in:
parent
048a8147cc
commit
fa10af4051
2 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
/* Only color <a> if it's a link; if href is empty, let it be. */
|
||||
a:link {
|
||||
color: #f1e6af;
|
||||
color: #f1e7b2;
|
||||
}
|
||||
|
||||
a:active {
|
||||
|
|
|
@ -116,7 +116,6 @@ kbd {
|
|||
}
|
||||
|
||||
/* narrow screens: remove unused figure margins
|
||||
* print stylesheet: avoid page breaks that split up figures
|
||||
* figure captions shouldn't look like regular paragraphs; there should
|
||||
* be some extra space. */
|
||||
figure {
|
||||
|
|
Loading…
Reference in a new issue