Separate high contrast theme (#7213)
This commit is contained in:
parent
d10447c3a8
commit
a4a36d994b
16 changed files with 187 additions and 140 deletions
|
@ -93,7 +93,7 @@
|
|||
display: block;
|
||||
max-width: 100%;
|
||||
padding-right: 25px;
|
||||
color: $lighter-text-color;
|
||||
color: $inverted-text-color;
|
||||
}
|
||||
|
||||
.status__avatar {
|
||||
|
@ -134,7 +134,7 @@
|
|||
|
||||
span {
|
||||
font-size: 14px;
|
||||
color: $inverted-text-color;
|
||||
color: $light-text-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -191,7 +191,7 @@
|
|||
|
||||
span {
|
||||
font-size: 14px;
|
||||
color: $lighter-text-color;
|
||||
color: $light-text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -225,7 +225,7 @@
|
|||
|
||||
.detailed-status__meta {
|
||||
margin-top: 15px;
|
||||
color: $lighter-text-color;
|
||||
color: $light-text-color;
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
|
||||
|
@ -270,7 +270,7 @@
|
|||
padding-left: (48px + 14px * 2);
|
||||
padding-bottom: 0;
|
||||
margin-bottom: -4px;
|
||||
color: $lighter-text-color;
|
||||
color: $light-text-color;
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
|
||||
|
@ -280,7 +280,7 @@
|
|||
}
|
||||
|
||||
.status__display-name.muted strong {
|
||||
color: $lighter-text-color;
|
||||
color: $light-text-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -293,7 +293,7 @@
|
|||
}
|
||||
|
||||
.more {
|
||||
color: $classic-primary-color;
|
||||
color: $darker-text-color;
|
||||
display: block;
|
||||
padding: 14px;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue