Change copy code button color depending on whether it has light/dark variant

This commit is contained in:
daudix
2024-07-14 05:57:46 +03:00
parent 26aea8cf46
commit 6615b14471
2 changed files with 11 additions and 0 deletions

View File

@ -56,5 +56,13 @@
width: 1rem;
height: 1rem;
}
&.dark {
background-color: rgba(255, 255, 255, 0.05);
.icon {
background-color: rgba(255, 255, 255, 0.5);
}
}
}
}