Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
🔀 merge pull request #13 from onRuntime/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM authored Sep 7, 2021
2 parents 6ad8d0b + 9339a6c commit a4b97e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions css/contentstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,25 @@
/* Redesign */

/* font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body,
input,
button,
textarea {
font-family: 'Poppins', sans-serif !important;
font-family: "Poppins", sans-serif !important;
}

/* font fix issues with poppins size */

/* */
.gmFkV {
overflow: inherit !important;
}

/* Resizing height of textarea to comment posts */
.Ypffh {
height: 20px !important;
}

/* scrollbar */
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Instagram Dark Theme",
"version": "1.1.12",
"version": "1.1.13",
"description": "Dark Theme for Instagram",
"icons": {
"128": "img/icon.png"
Expand Down

0 comments on commit a4b97e8

Please sign in to comment.