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:
Régis Hanol 2016-02-06 17:28:20 +01:00
commit 9a83100529
2 changed files with 10 additions and 0 deletions

View file

@ -302,6 +302,11 @@
background: dark-light-choose(rgba($primary, .85), rgba($secondary, .85));
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 {
font-size: 2.143em;
font-weight: normal;

View file

@ -252,6 +252,11 @@
background-color: dark-light-choose(rgba($primary, .9), rgba($secondary, .9));
opacity: 0.8;
blockquote {
background-color: dark-light-diff($secondary, $primary, 30%, -70%);
border-left-color: dark-light-diff($secondary, $primary, 50%, -50%);
}
h1 {
font-size: 2.143em;
font-weight: normal;