mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #3998 from cpradio/blockquote-on-profile-page
Enable block quotes to be readable on the Profile About Me section
This commit is contained in:
commit
9a83100529
2 changed files with 10 additions and 0 deletions
|
@ -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 a new issue