Also put the shaded background on desktop

This commit is contained in:
riking 2014-08-13 12:43:27 -07:00
parent 6b22776160
commit 62ed597faa
1 changed files with 5 additions and 0 deletions

View File

@ -203,6 +203,11 @@
h1, h2 {font-weight: bold;} h1, h2 {font-weight: bold;}
.primary-textual {
background: rgba($primary, 0.2);
padding: 3px;
}
.bio { .bio {
color: dark-light-diff($secondary, $primary, 75%, 0%); color: dark-light-diff($secondary, $primary, 75%, 0%);
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;