mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
14 lines
332 B
SCSS
14 lines
332 B
SCSS
.code-title {
|
|
color: rgb(222, 114, 222);
|
|
background-color: rgb(42, 47, 55);
|
|
font-family: monospace;
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 0.3em 0.6em 0.6em;
|
|
margin-bottom: -0.3em;
|
|
z-index: -1;
|
|
paint-order: fill;
|
|
border-top-left-radius: 0.3em;
|
|
border-top-right-radius: 0.3em;
|
|
font-size: 0.9em;
|
|
} |