mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
style(code titles): updated for independent syntax themes
This commit is contained in:
parent
a3ddb1bde7
commit
956d1c45f2
@ -1,6 +1,5 @@
|
|||||||
.code-title {
|
.code-title {
|
||||||
color: rgb(222, 114, 222);
|
color: var(--primary) ;
|
||||||
background-color: rgb(42, 47, 55);
|
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
@ -16,4 +15,6 @@
|
|||||||
border-top-left-radius: 0.3em;
|
border-top-left-radius: 0.3em;
|
||||||
border-top-right-radius: 0.3em;
|
border-top-right-radius: 0.3em;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
background-color: var(--lightgray);
|
||||||
|
filter: hue-rotate(-30deg) contrast(1.0) opacity(0.8);
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user