Modify warning notices markdown
This commit is contained in:
parent
e21c9b4429
commit
d020ac7cbc
@ -975,4 +975,13 @@ thead {
|
|||||||
.langswitcher li a {
|
.langswitcher li a {
|
||||||
background: none; }
|
background: none; }
|
||||||
|
|
||||||
|
.notices {
|
||||||
|
padding: 1px 1px 1px 30px;
|
||||||
|
margin: 15px 0; }
|
||||||
|
|
||||||
|
.notices.yellow {
|
||||||
|
border-left: 10px solid #ffa800;
|
||||||
|
background: #47310d;
|
||||||
|
color: #f6af35; }
|
||||||
|
|
||||||
/*# sourceMappingURL=theme.css.map */
|
/*# sourceMappingURL=theme.css.map */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -35,3 +35,6 @@
|
|||||||
|
|
||||||
// LangSwitcher
|
// LangSwitcher
|
||||||
@import "theme/langswitcher";
|
@import "theme/langswitcher";
|
||||||
|
|
||||||
|
// Markdown notices
|
||||||
|
@import "theme/notices";
|
||||||
|
10
themes/learn2-dark/scss/theme/_notices.scss
Normal file
10
themes/learn2-dark/scss/theme/_notices.scss
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.notices {
|
||||||
|
padding: 1px 1px 1px 30px;
|
||||||
|
margin: 15px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notices.yellow {
|
||||||
|
border-left: 10px solid #ffa800;
|
||||||
|
background: #47310d;
|
||||||
|
color: #f6af35;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user