mirror of
https://github.com/konpa/devicon.git
synced 2025-08-19 21:01:56 +02:00
Darken a bit the website colors (#1669)
This fixes the issue of the invisible Devicon logo. It could be fixed by changing the background color manually, but I think we should have it fixed by default. Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Damion);
|
||||
:root {
|
||||
/* color */
|
||||
--primaryColor: #60be86;
|
||||
--primaryColor: #3D9561;
|
||||
--primaryColorDark: #2D804E;
|
||||
--primaryColorLight: #65d693;
|
||||
--primaryColorLight: #4AB475;
|
||||
--grey: #4c6857;
|
||||
|
||||
/* sizing */
|
||||
|
Reference in New Issue
Block a user