Add favicons

This commit is contained in:
Hazem Krimi
2023-11-07 18:50:33 +01:00
parent 8c0894205b
commit 420e348cad
8 changed files with 21 additions and 5 deletions
+5 -5
View File
@@ -15,13 +15,13 @@
:root {
/* Colors */
--black: #131314;
--white: #ffffff;
--crimson: #bd1839;
--light-gray: #e7e7e7;
--white: white;
--crimson: #BD1839;
--light-gray: #E7E7E7;
/* Background colors */
--dark-background: #1d1b1b;
--light-background: #fbfbfb;
--dark-background: #1D1B1B;
--light-background: #FBFBFB;
/* Radiuses */
--card-radius: 1.875rem;