remove halloween style

This commit is contained in:
Simon Vieille 2021-11-04 12:12:44 +01:00
parent b47615f60e
commit c6df20a47a
2 changed files with 6 additions and 6 deletions

6
.env
View File

@ -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 # 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 # 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="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 ### ###< doctrine/doctrine-bundle ###
###> symfony/swiftmailer-bundle ### ###> symfony/swiftmailer-bundle ###
@ -35,3 +35,5 @@ MAILER_URL=null://localhost
###< symfony/swiftmailer-bundle ### ###< symfony/swiftmailer-bundle ###
ASSET_BASE_URL=null ASSET_BASE_URL=null
UMAMI_URL=null
GIPHY_API_KEY=null

View File

@ -3,10 +3,8 @@
$color-white: #fff; $color-white: #fff;
$color-very-light-grey: #e0e0e0; $color-very-light-grey: #e0e0e0;
$color-light-blue: #b9d4e3; $color-light-blue: #b9d4e3;
/*$color-blue: #0269a0; $color-blue: #0269a0;
$color-blue2: #48a8ce;*/ $color-blue2: #48a8ce;
$color-blue: #e57e4a;
$color-blue2: #e59b50;
$color-grey: #ccc; $color-grey: #ccc;
$color-dark-grey: #454651; $color-dark-grey: #454651;
$color-very-dark-grey: #333; $color-very-dark-grey: #333;