feature: further styled the rest of the static blog
This commit is contained in:
23
themes/sukaato/assets/css/components/_cblocks.sass
Normal file
23
themes/sukaato/assets/css/components/_cblocks.sass
Normal file
@@ -0,0 +1,23 @@
|
||||
@use '../abstracts/palette' as c
|
||||
@use 'sass:color' as brush
|
||||
@forward '../abstracts/fonts'
|
||||
|
||||
pre:has(code)
|
||||
padding: 15px
|
||||
border-radius: 3%
|
||||
// background-image: url('images/parchment.jpg')
|
||||
|
||||
code
|
||||
font-family: codeFont
|
||||
font-size: clamp(10pt, 1.5vw, 14pt)
|
||||
|
||||
.jtab
|
||||
& path
|
||||
stroke: c.$fg
|
||||
|
||||
& circle
|
||||
fill: c.$fg
|
||||
stroke: none
|
||||
|
||||
& + text
|
||||
fill: c.$bg
|
||||
Reference in New Issue
Block a user