1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-18 12:21:36 +02:00

Merge branch 'develop' into panquesito7/improve/build

This commit is contained in:
David Leal
2023-03-03 09:44:52 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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 */

View File

@@ -51,7 +51,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;