1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 02:44:52 +09:00

UI: Tweak style of header messages

This commit is contained in:
fr33domlover 2022-09-28 14:11:38 +00:00
parent 0cc1e20f85
commit a0c988dd3d
2 changed files with 10 additions and 3 deletions

View file

@ -116,3 +116,10 @@ input:hover[type="submit"]
.username
font-weight: bold
.message
padding: 1rem
margin: 4rem 3rem 4rem 4rem
border: none
border-radius: 0.5rem
background: #{dark main}

View file

@ -82,9 +82,9 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
^{breadcrumbsW}
<div #messages>
$forall (_status, msg) <- msgs
<div .message>#{msg}
<div #messages>
$forall (_status, msg) <- msgs
<div .message>#{msg}
<main role="main">
^{widget}