mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Also put the shaded background on desktop
This commit is contained in:
parent
6b22776160
commit
62ed597faa
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue