From eeba6356af86a560be353fed8a6878b6d2140206 Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Mon, 19 Sep 2022 21:48:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- _public/theme-dark.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ce2c8c..7a86ae8 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ These files a processed by RollupJS into `out/` - `HOST` - Indirizzo sul quale servire il sito, di default è `localhost:8080`. + Indirizzo sul quale servire il sito, di default è `:8080`. - `EMAIL` @@ -177,4 +177,4 @@ These files a processed by RollupJS into `out/` Questo progetto dipende dal servizio `phc/auth-service` che permettere agli utenti di autenticarsi usando vari meccanismi. -Il servizio di autenticazione di default girerà su `localhost:3535` ed è documentato [sulla repo auth-service](https://git.phc.dm.unipi.it/phc/auth-service/) +Il servizio di autenticazione di default girerà su `http://localhost:3535` ed è documentato [sulla repo auth-service](https://git.phc.dm.unipi.it/phc/auth-service/) diff --git a/_public/theme-dark.css b/_public/theme-dark.css index 6a2d333..b97801b 100644 --- a/_public/theme-dark.css +++ b/_public/theme-dark.css @@ -8,7 +8,7 @@ body.dark-mode { --bg-dark: hsl(10, 10%, 20%); --bg-darker: hsl(10, 10%, 17%); --bg-darker-2: #1d2021; - --bg-darker-2-1: #1d4021; + --bg-darker-2-1: #1d5021; --bg-darker-3: #101111; --accent-1: #154d24;