sync color definition

This commit is contained in:
L3D 2021-05-20 01:36:37 +02:00
parent 222c47f7c7
commit 827092c0e7
No known key found for this signature in database
GPG Key ID: CD08445BFF4313D1
1 changed files with 2 additions and 4 deletions

View File

@ -17,19 +17,17 @@
/* default text color */
--wtf-nearly-black: #333;
--wtf-nearly-white: #fff;
/* WTF Farben gemäß https://git.vebit.xyz/vebit/swag/src/branch/master/README.markdown */
/* WTF Farben gemäß https://git.wtf-eg.de/ag_kommunikation/wtf_propaganda/ */
--wtf-orange: #ef7c21;
--wtf-light-orange: #ffcba9;
--wtf-very-light-blue: #cfe2ff;
--wtf-light-blue: #0790a9;
--wtf-dark-blue: #20386a;
--wtf-night-blue: #00173B;
/* TODO: Grautöne überarbeiten */;
--wtf-dark-grey: #202020;
--wtf-grey: #666;
--wtf-mid-grey: #acacac; /* Nicht im swag-Repo */
--wtf-mid-grey: #acacac;
--wtf-footer-grey: #344b5d;
/*--wtf-light-grey: #f2f2f2;*/
--wtf-light-grey: #edefeb;
--wtf-lila: #6600ff;