From dcabbbf4dd0f915f2b728467227e89d99380708a Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 25 Nov 2024 14:12:44 -0500 Subject: [PATCH] do registration in separate tab --- static/main.css | 4 ++-- views/header_block.ejs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/main.css b/static/main.css index 9730ea3..6a4d7a8 100644 --- a/static/main.css +++ b/static/main.css @@ -174,7 +174,7 @@ body { } .videos a { - color: var(--dark) + color: var(--white); } .progressbar, @@ -277,7 +277,7 @@ body { flex-direction: row; flex-wrap: wrap; align-items: center; - background: var(--dark); + background: var(--black); margin-top: -30px; padding: .5rem } diff --git a/views/header_block.ejs b/views/header_block.ejs index 0478127..a043e66 100644 --- a/views/header_block.ejs +++ b/views/header_block.ejs @@ -2,7 +2,7 @@ <%if (username=='!nobody' ) { %> Login - Register + Register <% } else { %> <%= username %>