This commit is contained in:
McShelby 2023-11-19 00:56:54 +00:00
parent b4316f0944
commit cf929a2af5
255 changed files with 6244 additions and 6241 deletions

View file

@ -369,7 +369,10 @@ pre:not(.mermaid) .copy-to-clipboard-button:hover {
.btn.cstyle.transparent:hover,
.btn.cstyle.transparent:focus,
.btn.cstyle.transparent:active {
.btn.cstyle.transparent:active,
.btn.cstyle.transparent:has(a:hover),
.btn.cstyle.transparent:has(a:focus),
.btn.cstyle.transparent:has(a:active) {
background-color: var(--INTERNAL-BOX-NEUTRAL-color);
}