1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

css: hide border of <code> links when active too

This commit is contained in:
RGBCube 2025-06-03 02:53:00 +03:00
parent 3732704d74
commit 1bb9d9c541
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -225,7 +225,7 @@
code:not(pre > code) {
@apply border-1 border-dotted px-2 py-0.5 border-black dark:border-white;
a:hover & {
a:hover &, a:active & {
@apply border-transparent;
}
}