From 9aa888a453747725e2f183b6366673a30a0ee081 Mon Sep 17 00:00:00 2001 From: rv Date: Mon, 30 Oct 2023 23:26:05 -0600 Subject: [PATCH] 10-30-23_23:26:05 --- assets/authorblurb.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/authorblurb.css b/assets/authorblurb.css index c5df7af..81a249c 100644 --- a/assets/authorblurb.css +++ b/assets/authorblurb.css @@ -1,13 +1,14 @@ .author-bio { width: 50%; float: right; - border-radius: 24px; + border-radius: 36px; border-width: 7px; border-style: groove; border-color: #00bbc4; padding-left: 4px; padding-bottom: 4px; margin-top: 5%; + background-color: rgba(211, 135, 0, 0.8); } .author-bio img {