Enable block quotes to be readable on the Profile About Me section

This commit is contained in:
cpradio 2016-02-06 09:18:13 -05:00
parent 4b834253ef
commit 0270da5555
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;