feature: further styled the rest of the static blog

This commit is contained in:
2026-02-01 17:41:06 -05:00
parent e17bf9c449
commit 0bb3367699
6 changed files with 406 additions and 0 deletions

View 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