mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
14 lines
313 B
SCSS
14 lines
313 B
SCSS
.code-title {
|
|
color: #ff79c6;
|
|
background-color: #424656;
|
|
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;
|
|
} |