mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
remove unused code
This commit is contained in:
parent
b994372f90
commit
29756900fd
1 changed files with 0 additions and 14 deletions
|
@ -1,9 +1,5 @@
|
|||
/* adapted from https://aaronluna.dev/blog/add-copy-button-to-code-blocks-hugo-chroma/ */
|
||||
|
||||
.highlight-wrapper {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
@ -12,16 +8,6 @@
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.highlight > .chroma {
|
||||
position: static;
|
||||
z-index: 1;
|
||||
border-top-left-radius: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.copy-code-button {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
|
|
Loading…
Reference in a new issue