dark_theme: Clean up user profile modal field name related colors.

This commit is contained in:
Sayam Samal
2025-09-04 19:58:50 +05:30
committed by Tim Abbott
parent 9bc19fb7d5
commit ec611fda69
3 changed files with 8 additions and 22 deletions

View File

@@ -1434,6 +1434,13 @@
hsl(0deg 0% 80%),
hsl(0deg 0% 0% / 60%)
);
/* User Profile Modal */
--color-user-profile-field-name: light-dark(
hsl(0deg 0% 20%),
hsl(236deg 33% 90%)
);
/* Link colors */
--color-text-link: light-dark(hsl(210deg 94% 42%), hsl(200deg 100% 50%));
--color-text-link-decoration: light-dark(

View File

@@ -359,22 +359,6 @@
}
#user-profile-modal {
#default-section {
.default-field {
.name {
color: hsl(236deg 33% 90%);
}
}
}
#content {
.field-section {
.name {
color: hsl(236deg 33% 90%);
}
}
}
.subscription-group-list,
.subscription-stream-list,
.subscription-stream-list .user-stream-list tr,

View File

@@ -435,7 +435,7 @@ ul.popover-group-menu-member-list {
}
.name {
color: hsl(0deg 0% 20%);
color: var(--color-user-profile-field-name);
font-weight: 600;
margin-right: 10px;
overflow-wrap: break-word;
@@ -512,11 +512,6 @@ ul.popover-group-menu-member-list {
.field-section {
margin-bottom: 10px;
.name {
color: hsl(0deg 0% 20%);
font-weight: 600;
}
&[data-type="2"] .value {
overflow-wrap: break-word;
}