diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index a07285e..b0fa79f 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius @@ -79,3 +79,6 @@ input[type="submit"] .instance color: #{light blue} font: 180% monospace + +.username + font-weight: bold diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index 68eeef0..670c89f 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -16,7 +16,8 @@ $maybe (Entity _pid person, verified, sharer, unread) <- mperson
$if verified - [You are logged in as #{personLogin person}] + [You are logged in as + #{personLogin person}] [📥 Inbox]