diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 8a91b46..cd8804f 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1845,6 +1845,22 @@ dl.bb-dl > dd > li { border: none; } +.btn-outline-secondary{ + border: unset; + border-radius: 50% !important; + width: 2.5rem; + height: 2.5rem; +} + +.btn-primary{ + border-radius: 15% !important; + width: 50%; +} + +#profile-jot-submit-right{ + width: 200px; +} + a[title*="harukin@plus.haruk.in"]{ color: rgb(170, 2, 2); }