diff --git a/static/style.css b/static/style.css index f4ea78e..a9a2753 100644 --- a/static/style.css +++ b/static/style.css @@ -162,6 +162,10 @@ h2 { cursor: pointer; } +.username { + text-transform: capitalize; +} + .rect-button { width: 90px; height: 25px;