Add a border around author biographies
This commit is contained in:
parent
8b03c78346
commit
1930ade3f7
|
@ -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{
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue