mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-03-22 16:25:57 +01:00
fix(article): twitter_simple shortcode text color (#90)
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/85
This commit is contained in:
parent
3326cf886a
commit
80be1b2435
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue