Add blockquote color

This commit is contained in:
RealStickman 2022-05-27 15:57:44 +02:00
parent d652f5e2a7
commit 5193aafc18

View File

@ -118,3 +118,8 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
/*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(164, 124, 178, 0.7);*/
box-shadow: none;
}
/* Blockquote */
blockquote {
border-left: 10px solid #9C5EA2;
}