fix: add background color to code copy button (#235)

uci-hugo-doc
Robert Kaussow 2021-11-08 09:12:44 +01:00 committed by GitHub
parent 75f56d8fad
commit 0ce5466227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ img {
border: $border-2 solid var(--code-copy-border-color);
border-radius: $border-radius;
background: var(--code-background);
width: 2.2rem;
height: 2.2rem;