forked from AkkomaGang/akkoma-fe
small fix + white color for user-card + opaque outline for text
This commit is contained in:
parent
fc1283da83
commit
e93ce99198
3 changed files with 3 additions and 2 deletions
|
@ -155,7 +155,7 @@ input, textarea, .select {
|
|||
box-shadow: 0px 0px 2px black inset;
|
||||
margin-right: .5em;
|
||||
background-color: $fallback--input;
|
||||
background-color: var(--input $fallback--input);
|
||||
background-color: var(--input, $fallback--input);
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
line-height: 1.1em;
|
||||
|
|
|
@ -28,7 +28,7 @@ $fallback--avatarRadius: 4px;
|
|||
$fallback--avatarAltRadius: 10px;
|
||||
$fallback--attachmentRadius: 10px;
|
||||
|
||||
$usercard-text-shadow-color: rgba(0,0,0,.3);
|
||||
$usercard-text-shadow-color: #666;
|
||||
$usercard-text-shadow: 0px 1px 5px rgba(0, 0, 0, .7),
|
||||
0 1px 0px $usercard-text-shadow-color,
|
||||
0 -1px 0px $usercard-text-shadow-color,
|
||||
|
|
|
@ -236,6 +236,7 @@
|
|||
text-align: center;
|
||||
justify-content: space-between;
|
||||
text-shadow: $usercard-text-shadow;
|
||||
color: #fff;
|
||||
|
||||
&.clickable {
|
||||
.user-count {
|
||||
|
|
Loading…
Reference in a new issue