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;
|
||||
}
|
||||
div.notices.info {
|
||||
border-top: 30px solid #F0B37E;
|
||||
background: #FFF2DB;
|
||||
border-top: 30px solid #6AB0DE;
|
||||
background: #E7F2FA;
|
||||
}
|
||||
div.notices.info > div.label:first-child:after {
|
||||
content: 'Info';
|
||||
|
@ -512,8 +512,8 @@ div.notices.warning > div.label:first-child:after {
|
|||
content: 'Warning';
|
||||
}
|
||||
div.notices.note {
|
||||
border-top: 30px solid #6AB0DE;
|
||||
background: #E7F2FA;
|
||||
border-top: 30px solid #F0B37E;
|
||||
background: #FFF2DB;
|
||||
}
|
||||
div.notices.note > div.label:first-child:after {
|
||||
content: 'Note';
|
||||
|
|
Loading…
Reference in a new issue