We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6bebd9 + 3a92389 commit 5e18732Copy full SHA for 5e18732
sass/base/utility.scss
@@ -131,6 +131,12 @@
131
.color-theme03 {
132
color: $theme03;
133
}
134
+.color-theme04 {
135
+ color: $theme04;
136
+}
137
+.color-theme05 {
138
+ color: $theme05;
139
140
.bgcolor-theme01 {
141
background-color: $theme01;
142
@@ -140,6 +146,12 @@
146
.bgcolor-theme03 {
147
background-color: $theme03;
148
149
+.bgcolor-theme04 {
150
+ background-color: $theme04;
151
152
+.bgcolor-theme05 {
153
+ background-color: $theme05;
154
143
155
144
156
/* Clearfix */
145
157
.cf:before, .cf:after {content:"";display:table;}
0 commit comments