Update toucan style

This commit is contained in:
Mariam Maarouf 2021-02-16 23:01:18 +01:00
parent bee347e4c9
commit aefe442b95
3 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"manifest_version": 2,
"name": "InteractiveFics",
"author": "mariamrf",
"version": "5.2.1",
"version": "5.2.2",
"description": "Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.",
"browser_action": {
"default_title": "InteractiveFics",

View File

@ -1,7 +1,7 @@
body {
background-color: white;
color: #2C3531;
width: 332px;
width: 380px;
font-family: 'Rubik', sans-serif;
margin: 0px;
}
@ -30,6 +30,11 @@ body {
text-align: center;
}
#toucan img {
width: 100%;
margin-bottom: -3px;
}
h1 {
font-size: 16px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB