fix notification reminder popup -> purple background (#2209)
* fix notification reminder popup -> purple background * Prettified Code! * resolved color to color variables * Prettified Code! Co-authored-by: unclebinary1001 <unclebinary1001@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
border: none;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
color: var(--theme-color-components-text-on-dark);
|
||||
}
|
||||
|
||||
.closebutton {
|
||||
@@ -13,10 +14,13 @@
|
||||
border: none;
|
||||
font-size: 1.3rem;
|
||||
cursor: pointer;
|
||||
color: var(--theme-color-components-text-on-dark);
|
||||
}
|
||||
|
||||
.title {
|
||||
border-bottom: none;
|
||||
font-weight: bold;
|
||||
padding-left: 5px;
|
||||
color: var(--theme-color-components-text-on-dark);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user