Changed color of Notes Button
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -76,7 +76,7 @@
|
|||||||
.twitch-notes-settings-button {
|
.twitch-notes-settings-button {
|
||||||
z-index: var(--z-index-default) !important;
|
z-index: var(--z-index-default) !important;
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
background-color: var(--color-background-button-primary-default);
|
background-color: transparent;
|
||||||
color: var(--color-text-button-primary);
|
color: var(--color-text-button-primary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -90,6 +90,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
font-weight: var(--font-weight-semibold);
|
font-weight: var(--font-weight-semibold);
|
||||||
|
border: 2px solid var(--color-text-button-primary);
|
||||||
border-radius: var(--border-radius-medium);
|
border-radius: var(--border-radius-medium);
|
||||||
font-size: var(--button-text-default);
|
font-size: var(--button-text-default);
|
||||||
height: var(--button-size-default);
|
height: var(--button-size-default);
|
||||||
|
|||||||
Reference in New Issue
Block a user