mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
Enable block quotes to be readable on the Profile About Me section
This commit is contained in:
parent
4b834253ef
commit
0270da5555
@ -302,6 +302,11 @@
|
|||||||
background: dark-light-choose(rgba($primary, .85), rgba($secondary, .85));
|
background: dark-light-choose(rgba($primary, .85), rgba($secondary, .85));
|
||||||
transition: margin .15s linear;
|
transition: margin .15s linear;
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
background-color: dark-light-diff($secondary, $primary, 30%, -70%);
|
||||||
|
border-left-color: dark-light-diff($secondary, $primary, 50%, -50%);
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.143em;
|
font-size: 2.143em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -252,6 +252,11 @@
|
|||||||
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
|
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
background-color: dark-light-diff($secondary, $primary, 30%, -70%);
|
||||||
|
border-left-color: dark-light-diff($secondary, $primary, 50%, -50%);
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.143em;
|
font-size: 2.143em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user