mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-02-07 06:19:03 +00:00
Update text color to be more consistent
This commit is contained in:
parent
6bb0bb9861
commit
ed55b83ac5
@ -17,6 +17,16 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
== Unreleased
|
||||||
|
|
||||||
|
|
||||||
|
=== Updated
|
||||||
|
|
||||||
|
* More consistent theming for the content text.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
== [0.2.0] - 2022-05-04
|
== [0.2.0] - 2022-05-04
|
||||||
|
|
||||||
=== Changed
|
=== Changed
|
||||||
|
@ -95,7 +95,7 @@ code {
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
background: var(--base01);
|
background: var(--base01);
|
||||||
color: var(--base06);
|
color: var(--base05);
|
||||||
border: var(--border-style);
|
border: var(--border-style);
|
||||||
font-family: var(--mono-family);
|
font-family: var(--mono-family);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
@ -120,7 +120,7 @@ mark {
|
|||||||
color: var(--background);
|
color: var(--background);
|
||||||
|
|
||||||
&::selection {
|
&::selection {
|
||||||
color: var(--base06);
|
color: var(--base05);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -186,8 +186,8 @@ blockquote footer {
|
|||||||
/* Form controls */
|
/* Form controls */
|
||||||
button {
|
button {
|
||||||
background: unset;
|
background: unset;
|
||||||
border: var(--base06) solid 1px;
|
border: var(--base05) solid 1px;
|
||||||
color: var(--base06);
|
color: var(--base05);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user