mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
style(code title): reduced font size slightly
This commit is contained in:
parent
32269c9b7a
commit
3e13cb2258
14
assets/styles/code-title.scss
Normal file
14
assets/styles/code-title.scss
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
.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;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user