Skip to content

Commit

Permalink
Added initial dark mode conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnmv12 committed Apr 27, 2020
1 parent 0e2b6f8 commit 0a2d3d5
Show file tree
Hide file tree
Showing 244 changed files with 52,854 additions and 3,275 deletions.
1 change: 1 addition & 0 deletions backup.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eyIxIjp7IklEIjoxLCJuYW1lIjoiTXkgaWNvbnMgY29sbGVjdGlvbiIsImJvb2ttYXJrX2lkIjo5Mzk2ODc2LCJjcmVhdGVkIjoxNTc5NzM1NzEzLCJ1cGRhdGVkIjoxNTc5NzM1ODQ3LCJhY3RpdmUiOjEsInNvdXJjZSI6InJlbW90ZSIsIm9yZGVyIjowLCJjb2xvciI6IjAwMDAwMCIsInN0YXR1cyI6MX0sIjkzOTY4NzYiOlt7ImlkIjoyMTExNDMyLCJ0ZWFtIjowLCJuYW1lIjoiZ2l0aHViLWltYWdlIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6MX0seyJpZCI6OTE5ODU0LCJ0ZWFtIjowLCJuYW1lIjoiamF2YSIsImNvbG9yIjoiI1hYWFhYWCIsInByZW1pdW0iOjAsInNvcnQiOjJ9LHsiaWQiOjkxOTg1MSwidGVhbSI6MCwibmFtZSI6InJlYWN0IiwiY29sb3IiOiIjWFhYWFhYIiwicHJlbWl1bSI6MCwic29ydCI6M30seyJpZCI6MTE5OTEyOCwidGVhbSI6MCwibmFtZSI6Im15c3FsIiwiY29sb3IiOiIjWFhYWFhYIiwicHJlbWl1bSI6MCwic29ydCI6NH1dfQ==
Binary file added css/.DS_Store
Binary file not shown.
Binary file added css/Flaticon.eot
Binary file not shown.
37 changes: 37 additions & 0 deletions css/Flaticon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/Flaticon.ttf
Binary file not shown.
Binary file added css/Flaticon.woff
Binary file not shown.
Binary file added css/Flaticon.woff2
Binary file not shown.
42 changes: 42 additions & 0 deletions css/_flaticon.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/*
Flaticon icon font: Flaticon
Creation date: 22/01/2020 23:30
*/

@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff2") format("woff2"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}

.fi:before{
display: inline-block;
font-family: "Flaticon";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}

.flaticon-github-image:before { content: "\f100"; }

$font-Flaticon-github-image: "\f100";
Binary file added css/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0a2d3d5

Please sign in to comment.