From c6df20a47a2fbac6cfa25bd67c23de0cb6f255b0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 4 Nov 2021 12:12:44 +0100 Subject: [PATCH] remove halloween style --- .env | 6 ++++-- assets/css/app/config.scss | 6 ++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index b98bb95..8b0f3ba 100644 --- a/.env +++ b/.env @@ -22,9 +22,9 @@ APP_SECRET=e6e287f176fe2c69112fc620e1801bf0 # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml # -# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" +DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" # DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7" -DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8" +# DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8" ###< doctrine/doctrine-bundle ### ###> symfony/swiftmailer-bundle ### @@ -35,3 +35,5 @@ MAILER_URL=null://localhost ###< symfony/swiftmailer-bundle ### ASSET_BASE_URL=null +UMAMI_URL=null +GIPHY_API_KEY=null diff --git a/assets/css/app/config.scss b/assets/css/app/config.scss index acfffa7..597dee8 100644 --- a/assets/css/app/config.scss +++ b/assets/css/app/config.scss @@ -3,10 +3,8 @@ $color-white: #fff; $color-very-light-grey: #e0e0e0; $color-light-blue: #b9d4e3; -/*$color-blue: #0269a0; -$color-blue2: #48a8ce;*/ -$color-blue: #e57e4a; -$color-blue2: #e59b50; +$color-blue: #0269a0; +$color-blue2: #48a8ce; $color-grey: #ccc; $color-dark-grey: #454651; $color-very-dark-grey: #333;