mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
fix(article): twitter_simple shortcode text color
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/85
This commit is contained in:
parent
3326cf886a
commit
91197088be
@ -305,4 +305,8 @@
|
|||||||
tr:nth-child(even) {
|
tr:nth-child(even) {
|
||||||
background-color: var(--tr-even-background-color);
|
background-color: var(--tr-even-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.twitter-tweet {
|
||||||
|
color: var(--card-text-color-main);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user