Skip to content

Commit

Permalink
chore(ui): update css, no interactivity for labels, better default co…
Browse files Browse the repository at this point in the history
…ntrast
  • Loading branch information
TrebledJ committed Oct 18, 2024
1 parent eabd281 commit d26c2ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/prism/prism-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ div.code-toolbar > .toolbar > .toolbar-item > a {
div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
color: var(--light-text-color);
color: var(--main-text-color);
font-size: .7em;
padding: 0 .5em;
background-color: var(--toolbar-background-color);
/* box-shadow: 0 2px 0 0 rgba(0,0,0,0.2); */
border-radius: 5px;
}

div.code-toolbar > .toolbar > .toolbar-item > a:hover,
/* div.code-toolbar > .toolbar > .toolbar-item > a:hover,
div.code-toolbar > .toolbar > .toolbar-item > a:focus,
/* div.code-toolbar > .toolbar > .toolbar-item > button:hover,
div.code-toolbar > .toolbar > .toolbar-item > button:focus, */
div.code-toolbar > .toolbar > .toolbar-item > button:hover,
div.code-toolbar > .toolbar > .toolbar-item > button:focus,
div.code-toolbar > .toolbar > .toolbar-item > span:hover,
div.code-toolbar > .toolbar > .toolbar-item > span:focus {
color: inherit;
text-decoration: none;
}
} */

0 comments on commit d26c2ec

Please sign in to comment.