mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
notice: increased contrast for box labels #19
This commit is contained in:
parent
90c4fffe02
commit
f66e1bf576
1 changed files with 5 additions and 4 deletions
|
@ -489,6 +489,7 @@ div.notices > * {
|
||||||
}
|
}
|
||||||
div.notices > div.label {
|
div.notices > div.label {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
font-weight: bold;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
margin-top: -1.75rem;
|
margin-top: -1.75rem;
|
||||||
}
|
}
|
||||||
|
@ -499,28 +500,28 @@ div.notices > div.label:first-child:before {
|
||||||
margin-right: .35rem;
|
margin-right: .35rem;
|
||||||
}
|
}
|
||||||
div.notices.info {
|
div.notices.info {
|
||||||
border-color: #6AB0DE;
|
border-color: #4897CC;
|
||||||
background-color: #E9F5FD;
|
background-color: #E9F5FD;
|
||||||
}
|
}
|
||||||
div.notices.info > div.label:first-child:before {
|
div.notices.info > div.label:first-child:before {
|
||||||
content: "\f05a";
|
content: "\f05a";
|
||||||
}
|
}
|
||||||
div.notices.warning {
|
div.notices.warning {
|
||||||
border-color: rgba(217, 83, 79, 0.8);
|
border-color: #D96A68;
|
||||||
background-color: #FFEBEB;
|
background-color: #FFEBEB;
|
||||||
}
|
}
|
||||||
div.notices.warning > div.label:first-child:before {
|
div.notices.warning > div.label:first-child:before {
|
||||||
content: "\f071";
|
content: "\f071";
|
||||||
}
|
}
|
||||||
div.notices.note {
|
div.notices.note {
|
||||||
border-color: #F0B37E;
|
border-color: #BF8B44;
|
||||||
background-color: #FFF2DB;
|
background-color: #FFF2DB;
|
||||||
}
|
}
|
||||||
div.notices.note > div.label:first-child:before {
|
div.notices.note > div.label:first-child:before {
|
||||||
content: "\f06a";
|
content: "\f06a";
|
||||||
}
|
}
|
||||||
div.notices.tip {
|
div.notices.tip {
|
||||||
border-color: rgba(92, 184, 92, 0.8);
|
border-color: #5AA55A;
|
||||||
background-color: #E6F9E6;
|
background-color: #E6F9E6;
|
||||||
}
|
}
|
||||||
div.notices.tip > div.label:first-child:before {
|
div.notices.tip > div.label:first-child:before {
|
||||||
|
|
Loading…
Reference in a new issue