mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -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 {
|
||||
color: rgb(222, 114, 222);
|
||||
background-color: rgb(42, 47, 55);
|
||||
color: var(--primary) ;
|
||||
font-family: monospace;
|
||||
width: max-content;
|
||||
overflow-x: auto;
|
||||
@ -16,4 +15,6 @@
|
||||
border-top-left-radius: 0.3em;
|
||||
border-top-right-radius: 0.3em;
|
||||
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