Skip to content

Commit 9a43dfb

Browse files
committed
Add more base CSS classes
1 parent b9fd5fa commit 9a43dfb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

assets/stylesheets/global/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ abbr, acronym, dfn {
8585
border-bottom: 1px dotted $textColor;
8686
}
8787

88-
pre, code, samp, %pre {
88+
pre, code, samp, %pre, %code {
8989
font-family: $monoFont;
9090
font-weight: normal;
9191
font-style: normal;

assets/stylesheets/global/_classes.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
@extend %label;
111111
}
112112

113+
%label-green {
114+
background: #f1faeb;
115+
border-color: #b3dba8 #b3dba8 #aed7a5;
116+
}
117+
113118
%label-blue {
114119
background: #dbe4ff;
115120
border-color: #a8a9e2;

0 commit comments

Comments
 (0)