[S] Blockquote styling

pull/17/head
Azalea 2024-02-28 17:55:44 -05:00
parent 7a44a457d5
commit 988a280111
1 changed files with 11 additions and 0 deletions

View File

@ -45,6 +45,17 @@ h1
background: $ov-light
blockquote
//background: rgba(255, 210, 210, .1)
$c1: rgba(255, 149, 149, 0.05)
$c2: rgba(255, 152, 152, 0.12)
background: repeating-linear-gradient(45deg, $c1, $c1 10px, $c2 10px, $c2 20px)
padding: 10px 20px 10px 20px
margin: 0
border-left: solid #ff7c7c 3px
border-radius: 5px
#app
width: 100%
height: 100%