style(code titles): updated for independent syntax themes

This commit is contained in:
Geoffrey Garrett 2022-06-30 00:23:26 +02:00
parent a3ddb1bde7
commit 956d1c45f2

View File

@ -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);
}