mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Use unique styling for quoted text
This commit is contained in:
parent
eb64b4122d
commit
466283f135
|
@ -164,6 +164,11 @@ table td {
|
|||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: $spacer * 0.2 solid $light;
|
||||
padding-left: $spacer * 1.2;
|
||||
}
|
||||
|
||||
table {
|
||||
@extend .table, .table-dark, .table-striped;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in a new issue