Skip to content

Commit

Permalink
Darken a bit the website colors (devicons#1669)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Panquesito7 and Snailedlt authored Feb 26, 2023
1 parent 2160753 commit 714c453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 714c453

Please sign in to comment.