mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
fix(article): specify color of .article-title
This commit is contained in:
parent
8476bd0160
commit
da3589d068
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
color: var(--card-text-color-main);
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--card-text-color-main);
|
color: var(--card-text-color-main);
|
||||||
|
|
Loading…
Reference in a new issue