Skip to content

Commit 2d0f61d

Browse files
committed
Added style for strong tag.
1 parent c63ef45 commit 2d0f61d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

_sass/base/_global.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ a {
241241
text-decoration: none;
242242
}
243243

244+
strong, em {
245+
color: var(--em);
246+
}
247+
244248
kbd {
245249
background-color: #eee;
246250
border-radius: 3px;

_sass/base/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ html[data-theme="dark"] {
7171
--h4: #00af9e;
7272
--h5: #6bac00;
7373
--h6: #ff5c00;
74+
--em: #6bac00;
7475
--border: rgba(255, 255, 255, 0.5); // border
7576
--cusdis--color-text-default: var(--text);
7677
--cusdis--color-comment-username-text: var(--link);

0 commit comments

Comments
 (0)