Changed color of Notes Button

This commit is contained in:
2022-09-15 20:17:32 +03:00
parent 94978f8f54
commit b33bf7fece
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -76,7 +76,7 @@
.twitch-notes-settings-button {
z-index: var(--z-index-default) !important;
position: relative !important;
background-color: var(--color-background-button-primary-default);
background-color: transparent;
color: var(--color-text-button-primary);
text-decoration: none;
cursor: pointer;
@@ -90,6 +90,7 @@
white-space: nowrap;
user-select: none;
font-weight: var(--font-weight-semibold);
border: 2px solid var(--color-text-button-primary);
border-radius: var(--border-radius-medium);
font-size: var(--button-text-default);
height: var(--button-size-default);