diff --git a/assets/style.css b/assets/style.css index 7f638f3..d113389 100644 --- a/assets/style.css +++ b/assets/style.css @@ -239,4 +239,10 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod text-align: center; } -/* */ \ No newline at end of file +/* */ + +#loginForm input { + border-radius: 50px; + background: none; + border: 2px solid var(--primary); +} \ No newline at end of file diff --git a/templates/login.html b/templates/login.html index 4f4ab5f..5a06b60 100644 --- a/templates/login.html +++ b/templates/login.html @@ -51,7 +51,7 @@
-
+