font colors incorrect on mobile user page bio
This commit is contained in:
parent
2c44ac4454
commit
aa9d1594a0
|
@ -132,6 +132,23 @@
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.primary {
|
||||||
|
color: $secondary;
|
||||||
|
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
||||||
|
max-height: 300px;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
|
a[href] {
|
||||||
|
color: $secondary;
|
||||||
|
text-decoration: underline;
|
||||||
|
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.secondary {
|
.secondary {
|
||||||
background-color: $primary;
|
background-color: $primary;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Reference in New Issue