mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
notice: fix contrast issues #19
This commit is contained in:
parent
7564c6a5d6
commit
90c4fffe02
1 changed files with 3 additions and 3 deletions
|
@ -477,6 +477,7 @@ blockquote cite {
|
|||
div.notices {
|
||||
border-top-width: 2rem;
|
||||
border-top-style: solid;
|
||||
color: #505050;
|
||||
margin: 2rem 0;
|
||||
padding-bottom: .1px;
|
||||
padding-left: 1rem;
|
||||
|
@ -485,7 +486,6 @@ div.notices {
|
|||
div.notices > * {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
color: #666;
|
||||
}
|
||||
div.notices > div.label {
|
||||
color: #fff;
|
||||
|
@ -500,14 +500,14 @@ div.notices > div.label:first-child:before {
|
|||
}
|
||||
div.notices.info {
|
||||
border-color: #6AB0DE;
|
||||
background-color: #E7F2FA;
|
||||
background-color: #E9F5FD;
|
||||
}
|
||||
div.notices.info > div.label:first-child:before {
|
||||
content: "\f05a";
|
||||
}
|
||||
div.notices.warning {
|
||||
border-color: rgba(217, 83, 79, 0.8);
|
||||
background-color: #FAE2E2;
|
||||
background-color: #FFEBEB;
|
||||
}
|
||||
div.notices.warning > div.label:first-child:before {
|
||||
content: "\f071";
|
||||
|
|
Loading…
Reference in a new issue