Skip to content

Commit 1ebcc82

Browse files
committed
[docs] Theme essential
1 parent 7b92ae2 commit 1ebcc82

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

site/less/article.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ body > main > article {
4040
img[title^='Thumbnail'] {
4141
width: 50%;
4242
}
43+
.essential {
44+
background-color: @accentColor;
45+
color: @backColor;
46+
padding: 0.25rem;
47+
border-radius: 0.25rem;
48+
font-size: 0.8rem;
49+
display: inline-block;
50+
line-height: normal;
51+
}
4352
}
4453

4554
@media (min-width: 38rem) {

0 commit comments

Comments
 (0)