aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorryo <ryo@nopwd.lol>2025-03-11 16:15:29 +0000
committerryo <ryo@nopwd.lol>2025-03-11 16:15:29 +0000
commitfa4823dd632cad6a5736c1d900a064647bb72c20 (patch)
treea716b9d9f0ce62a9d2ca53f11d64b2a39b178d6c /public/css
parente1a48c8208c181fd40ecb065878ba9ea49b1f48f (diff)
Added admin user that can change usres teamHEADmain
Fixed: player login based on user and password Added: show errors to the user
Diffstat (limited to 'public/css')
-rw-r--r--public/css/app.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/app.css b/public/css/app.css
new file mode 100644
index 0000000..c2ca89b
--- /dev/null
+++ b/public/css/app.css
@@ -0,0 +1,3 @@
+.error {
+ color: red;
+}