stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

commit 9cc230fc5c2ae7f75e1208aa60fdaf3367e42e7d
parent 603684f1373c3064eb0206a707e2c6d7f031e7e2
Author: Youth Employment Program Production <youthemployment22@gmail.com>
Date:   Tue, 19 Sep 2023 11:07:04 -0600

Merge branch 'prod' of git.brennen.work:stc into prod

Diffstat:
Mapp/static/css/main.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/static/css/main.css b/app/static/css/main.css @@ -7,6 +7,7 @@ --progressfill:var(--maincolor); --totalprogressfill:var(--accent); --progressbg:var(--zoning); + font-family: 'Courier New'; /* --zoning:#dcd; --maincolor:#dff; --accent:#f3f;