diff --git a/public/css/style-night.css b/public/css/style-night.css index a303976e..bee07f0a 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -162,3 +162,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ background-size: 75px, 100px; } } + +.navbar { + border-radius: 0px; +} \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css index 338b38ae..f3a6673d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -173,3 +173,8 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ max-width: 100%; max-height: 80vh; } + +/* the curved edges triggered my autism */ +.navbar { + border-radius: 0px; +}