fix: share button copy state -> dark theme
This commit is contained in:
parent
8548ea997b
commit
7a681e9b06
1 changed files with 1 additions and 18 deletions
|
@ -4,6 +4,7 @@ webcare-webshare {
|
|||
}
|
||||
|
||||
button {
|
||||
color: var(--text-color);
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -11,22 +12,4 @@ button {
|
|||
button,
|
||||
button > svg {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input {
|
||||
border-radius: var(--rounded-md);
|
||||
padding: .25rem;
|
||||
border: 1px solid var(--gray-light);
|
||||
}
|
||||
|
||||
:root body.theme__dark {
|
||||
button {
|
||||
color: var(--text-color);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
button {
|
||||
color: var(--text-color);
|
||||
}
|
||||
}
|
Reference in a new issue