Add blockquote color
This commit is contained in:
parent
d652f5e2a7
commit
5193aafc18
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user