mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 04:58:14 +00:00
Change accent color from base0C
to base09
This is closer to the Base16 standard style guide. Also, it just happen to look nicer anyways. :) Related with the change also comes with a new color when hovered.
This commit is contained in:
parent
37b96902e8
commit
06aa16bc3e
@ -42,7 +42,7 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--base0B);
|
color: var(--base0C);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ header[aria-label="Site header"] {
|
|||||||
color: var(--base06);
|
color: var(--base06);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--base0C);
|
color: var(--accent-color);
|
||||||
text-decoration: unset;
|
text-decoration: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
--border-style: var(--base05) solid 1px;
|
--border-style: var(--base05) solid 1px;
|
||||||
--background: var(--base00);
|
--background: var(--base00);
|
||||||
--foreground: var(--base05);
|
--foreground: var(--base05);
|
||||||
--accent-color: var(--base0C);
|
--accent-color: var(--base09);
|
||||||
--selection-color: var(--base02);
|
--selection-color: var(--base02);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user