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.
1 parent c6f32f3 commit 7b26677Copy full SHA for 7b26677
assets/css/indexFormat.css
@@ -179,10 +179,16 @@ a:focus {
179
/* The alert message box */
180
.alert {
181
padding: 20px;
182
- background-color: #ff9800; /* Orange */
+ border-left: .5rem solid;
183
+ background-color: #FAF3D0; /* yellow */
184
+ border-left-color: #ffbe2e;
185
color: black;
186
margin-bottom: 15px;
187
}
188
+.alert.a{
189
+
190
+}
191
192
193
/* The close button */
194
.closebtn {
0 commit comments