thinking of removing radius, but...

This commit is contained in:
Geoff Doty 2024-05-17 17:19:10 -04:00
parent 803f680258
commit b834d5c23f
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ blockquote {
background: var(--light);
padding: var(--size);
border-left: 8px solid var(--theme);
border-radius: var(--radius);
}
hr {