1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-11 17:14:27 +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:
David Leal
2023-02-26 05:42:51 -06:00
committed by GitHub
parent 2160753bf1
commit 714c453081
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ devicon.controller('IconListCtrl', function($scope, $http, $compile) {
// background color related stuff
// default is the default site background color
$scope.DEFAULT_BACKGROUND = "#60be86";
$scope.DEFAULT_BACKGROUND = "#3D9561";
$scope.fontBackground = $scope.DEFAULT_BACKGROUND;
$scope.svgBackground = $scope.DEFAULT_BACKGROUND;