Fix copy to clipboard buttons colors (#7063)
This commit is contained in:
parent
9cde05b238
commit
0cf99afd43
3 changed files with 3 additions and 0 deletions
|
|
@ -555,6 +555,7 @@
|
|||
max-width: 24px;
|
||||
margin: -10px 5px;
|
||||
position: relative;
|
||||
filter: invert(100%);
|
||||
}
|
||||
input {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
--theme-container-background-hover: #1c2c3f;
|
||||
--theme-container-box-shadow: none;
|
||||
--theme-container-border: 1px solid #22303f;
|
||||
--theme-social-icon-invert: invert(100%);
|
||||
|
||||
// Base
|
||||
--base-100: #ffffff;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
--theme-container-background-hover: #1c2c3f;
|
||||
--theme-container-box-shadow: none;
|
||||
--theme-container-border: 1px solid #22303f;
|
||||
--theme-social-icon-invert: invert(100%);
|
||||
|
||||
// Base
|
||||
--base-100: #f9fafa;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue