Improve colors in settings (#7283)
This commit is contained in:
parent
3c5c2bef6d
commit
7da8c51c6b
15 changed files with 17 additions and 50 deletions
|
@ -45,7 +45,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_SettingsTab_subsectionText {
|
||||
color: $settings-subsection-fg-color;
|
||||
color: $secondary-content;
|
||||
font-size: $font-14px;
|
||||
display: block;
|
||||
margin: 10px 80px 10px 0; // Align with the rest of the view
|
||||
|
@ -98,7 +98,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_SettingsTab a {
|
||||
color: $accent-alt;
|
||||
color: $links;
|
||||
}
|
||||
|
||||
.mx_SettingsTab_toggleWithDescription {
|
||||
|
|
|
@ -34,6 +34,6 @@ limitations under the License.
|
|||
|
||||
.mx_SecurityRoomSettingsTab_encryptionSection {
|
||||
padding-bottom: 24px;
|
||||
border-bottom: 1px solid $menu-border-color;
|
||||
border-bottom: 1px solid $quinary-content;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue