diff --git a/public/assets/css/board.css b/public/assets/css/board.css index 1911a09..1d6a10b 100644 --- a/public/assets/css/board.css +++ b/public/assets/css/board.css @@ -49,12 +49,13 @@ h1,h2,h3,h4,h5,h6 { position: fixed; bottom: 5px; left: 5px; - color: rgb(0, 255, 0); + color: rgb(255, 80, 80); font-size: 9px; pointer-events: none; user-select: none; z-index: 999; - font-family: 'Roboto Mono', monospace; + font-family: "IBM Plex Mono", monospace; + font-weight: 400; } .board { diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index b539097..0e134d1 100644 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -7,7 +7,7 @@ Statki - + @@ -30,7 +30,7 @@ - Designed by Maciejka + Designed by mcjk {{{body}}}