Skip to content
Snippets Groups Projects
Unverified Commit bca78919 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

night mode code display

parent 29fea5f4
Branches
Tags
No related merge requests found
......@@ -345,3 +345,8 @@
.Dashboard--night .goal .line {
stroke: white;
}
/* when in night mode code snippets should have a more readable background-color */
.Dashboard--night pre code {
background-color: rgba(255, 255, 255, 0.14);
}
......@@ -140,6 +140,7 @@
line-height: 20px;
padding: 0 .25em;
background-color: var(--base-grey);
border-radius: var(--default-border-radius);
}
:local .text-card-markdown pre code {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment