Add a border around author biographies

This commit is contained in:
Robin Malley 2022-11-25 04:07:38 +00:00
parent 8b03c78346
commit 1930ade3f7
2 changed files with 8 additions and 3 deletions

View File

@ -32,6 +32,7 @@ p,.tag-list{margin-bottom:0px}
}
.column-0{margin-right:5px}
.label-inline{margin:0.5rem}
.biography{border:1px solid #9b4dca}
@media (prefers-color-scheme: dark){
body, input, select, textarea, pre, code{

View File

@ -20,9 +20,13 @@
</form>
</div>
</div>
<div class="container">
<%- bio %>
</div>
<% if bio ~= "" then %>
<div class="container">
<blockquote class="biography">
<%- bio %>
</blockquote>
</div>
<% end %>
<div class="content">
<% if #stories == 0 then %>
This author has not made any pastes yet.