Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a8dc33

Browse files
stacyspivareedloden
authored andcommitted
CSS changes for adding colored blockquotes (Hacker0x01#65)
1 parent d418b75 commit 5a8dc33

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/css/reset.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,11 +483,13 @@ blockquote {
483483
margin-left: 1.45rem;
484484
margin-right: 1.45rem;
485485
margin-top: 0;
486-
padding-bottom: 0;
487-
padding-left: 0;
488-
padding-right: 0;
489-
padding-top: 0;
486+
padding-bottom: 12px;
487+
padding-left: 12px;
488+
padding-right: 4px;
489+
padding-top: 12px;
490490
margin-bottom: 1.45rem;
491+
background-color: #C5FFE8;
492+
border-left: 6px solid #02C996;
491493
}
492494

493495
form {

0 commit comments

Comments
 (0)