Fix copy to clipboard buttons colors (#7063)

This commit is contained in:
rhymes 2020-04-03 19:54:36 +02:00 committed by GitHub
parent 9cde05b238
commit 0cf99afd43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -555,6 +555,7 @@
max-width: 24px;
margin: -10px 5px;
position: relative;
filter: invert(100%);
}
input {
cursor: pointer;

View file

@ -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;

View file

@ -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;