mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
theme: adjust blockquote contrast #27
Make blockquote bar background transparent for nicer visual in notice box
This commit is contained in:
parent
4d5d7f6815
commit
798ae66da8
1 changed files with 3 additions and 3 deletions
|
@ -462,16 +462,16 @@ h1 {
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 10px solid #F0F2F4;
|
border-left: 10px solid rgba(0, 8, 16, 0.2);
|
||||||
}
|
}
|
||||||
blockquote p {
|
blockquote p {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
color: #999;
|
color: #56585d;
|
||||||
}
|
}
|
||||||
blockquote cite {
|
blockquote cite {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: #666;
|
color: #222;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
div.notices {
|
div.notices {
|
||||||
|
|
Loading…
Reference in a new issue