mirror of
https://github.com/imfing/hextra.git
synced 2025-07-01 21:37:20 -04:00
fix(style): add backdrop to code copy button (#185)
* fix(style): add backdrop to code copy button * chore: run build:css
This commit is contained in:
7
assets/css/components/code-copy.css
Normal file
7
assets/css/components/code-copy.css
Normal file
@ -0,0 +1,7 @@
|
||||
@supports (
|
||||
(-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))
|
||||
) {
|
||||
.code-copy-btn {
|
||||
@apply backdrop-blur-md bg-opacity-[.85] dark:bg-opacity-80;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user