diff --git a/assets/css/app.css b/assets/css/app.css index c60edaa..15a4cb2 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -6,6 +6,8 @@ * { font-family: "JetBrains Mono", monospace; color: white; + font-size: 14px; + font-weight: bold; } html, @@ -32,6 +34,11 @@ code { font-weight: bold; } +textarea { + font-size: 14px; + font-weight: bold; +} + .alert { width: 100%; text-align: center; diff --git a/lib/ketbin_web/templates/layout/app.html.eex b/lib/ketbin_web/templates/layout/app.html.eex index b0bec6f..f67787d 100644 --- a/lib/ketbin_web/templates/layout/app.html.eex +++ b/lib/ketbin_web/templates/layout/app.html.eex @@ -42,7 +42,7 @@ © <%= DateTime.utc_now().year %> SphericalKat - GitHub + Fork me! diff --git a/lib/ketbin_web/templates/page/show.html.eex b/lib/ketbin_web/templates/page/show.html.eex index 3c6d45c..dcb33b6 100644 --- a/lib/ketbin_web/templates/page/show.html.eex +++ b/lib/ketbin_web/templates/page/show.html.eex @@ -1,5 +1,5 @@