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

Skip to content

Commit d01ec1a

Browse files
committed
changed color of note from green to blue
1 parent c0f3650 commit d01ec1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/reset.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ blockquote {
488488
padding-right: 4px;
489489
padding-top: 12px;
490490
margin-bottom: 1.45rem;
491-
background-color: rgba(197,255,232,0.9);
492-
border-left: 6px solid #02C996;
491+
background-color: rgba(192,209,251,0.5);
492+
border-left: 6px solid #2D68F4;
493493
border-radius: 0.3em;
494494
}
495495

0 commit comments

Comments
 (0)