all repos — website @ 1e7c46e676f953d23ed2a3cb15a3636e7d804fc3

personal website hosted at prithu.xyz, built using hugo

update blog.css

blockquotes styling added
Prithu Goswami prithugoswami524@gmail.com
Tue, 12 May 2020 18:14:50 +0530
commit

1e7c46e676f953d23ed2a3cb15a3636e7d804fc3

parent

83f4f299208000a9138d9e4e33fa1065ad00d40e

1 files changed, 19 insertions(+), 0 deletions(-)

jump to
M hugo-site/static/css/blog.csshugo-site/static/css/blog.css

@@ -106,6 +106,15 @@ flex-direction: column;

margin-bottom: 1rem; } +.post-text a { + color:#B554E3; +} + +.post-text a:hover { + color: #8a3ead; + text-decoration: underline; +} + .post-text figure img{ margin: 0 auto; }

@@ -154,6 +163,16 @@ font-size: 90%;

background: rgba(0, 0, 0, 0.15); padding: 0 0.4rem; border-radius: 0.2rem; +} + +.post-text blockquote { + margin: 2rem; + margin-right: 0; + padding-left: 1rem; + border-left: 2px solid rgba(0,0,0,0.5); + font-size: 16px; + color: rgba(0,0,0,0.7); + text-transform: italic; } @media only screen and (max-width: 767px){