Change copy code button color depending on whether it has light/dark variant
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user