Skip to content

Commit

Permalink
Deployed a08f8a0 to 0.3 with MkDocs 1.6.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fusiondoc committed Aug 28, 2024
1 parent 54d57ef commit b63035e
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions 0.3/assets/theme/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,34 @@
}

.highlight .md-clipboard {
color: transparent;
color: var(--fusiondoc-fg-1) !important;
opacity: 0;
transition: opacity 0.2s ease;
}

.highlight:hover .md-clipboard {
color: var(--fusiondoc-grey-5);
opacity: 0.5;
}

.highlight .md-clipboard:hover {
color: var(--fusiondoc-grey-10);
opacity: 1;
}

pre {
.highlight > pre,
.highlighttable {
box-shadow: var(--md-shadow-z1);
}

.tabbed-set pre {
.highlighttable {
border-radius: 0.25rem;
}

.tabbed-set .highlight > pre {
box-shadow: none;
}

code:not(pre code, .highlight) {
background-color: var(--fusiondoc-bg-2) !important;
color: inherit !important;
box-shadow: var(--md-shadow-z1);
}

0 comments on commit b63035e

Please sign in to comment.