mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
notice: align box colors to common standards #18
This commit is contained in:
parent
a0084ecf96
commit
510cd0b99c
1 changed files with 4 additions and 4 deletions
|
@ -498,8 +498,8 @@ div.notices > div.label:first-child:before {
|
||||||
margin-right: .35rem;
|
margin-right: .35rem;
|
||||||
}
|
}
|
||||||
div.notices.info {
|
div.notices.info {
|
||||||
border-top: 30px solid #F0B37E;
|
border-top: 30px solid #6AB0DE;
|
||||||
background: #FFF2DB;
|
background: #E7F2FA;
|
||||||
}
|
}
|
||||||
div.notices.info > div.label:first-child:after {
|
div.notices.info > div.label:first-child:after {
|
||||||
content: 'Info';
|
content: 'Info';
|
||||||
|
@ -512,8 +512,8 @@ div.notices.warning > div.label:first-child:after {
|
||||||
content: 'Warning';
|
content: 'Warning';
|
||||||
}
|
}
|
||||||
div.notices.note {
|
div.notices.note {
|
||||||
border-top: 30px solid #6AB0DE;
|
border-top: 30px solid #F0B37E;
|
||||||
background: #E7F2FA;
|
background: #FFF2DB;
|
||||||
}
|
}
|
||||||
div.notices.note > div.label:first-child:after {
|
div.notices.note > div.label:first-child:after {
|
||||||
content: 'Note';
|
content: 'Note';
|
||||||
|
|
Loading…
Reference in a new issue