mirror of https://github.com/n2geoff/stylelite.git
thinking of removing radius, but...
This commit is contained in:
parent
803f680258
commit
b834d5c23f
|
@ -130,6 +130,7 @@ blockquote {
|
|||
background: var(--light);
|
||||
padding: var(--size);
|
||||
border-left: 8px solid var(--theme);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
Loading…
Reference in New Issue