diff --git a/icons/arrowsama.png b/icons/arrowsama.png new file mode 100644 index 0000000..e400360 Binary files /dev/null and b/icons/arrowsama.png differ diff --git a/index.html b/index.html index c67c5cd..169c1fa 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@
Mostly Harmless has plenty of options to make it your own, but it doesn't get confusing because of the slick interface and explanations for each setting.
The internet is powered a wide and diverse group of people, so Mostly Harmless supports internationalization. Currently the extension has been translated into English and Spanish, but if you fork Mostly Harmless on Github and write your own translation, it could be in any language the Chrome Web Store supports!
+The internet is powered a wide and diverse group of people, so Mostly Harmless supports internationalization. Currently the extension has been translated into English, Spanish, Catalan, and Finnish. If you fork Mostly Harmless on Github and write your own translation, it could be in any language the Chrome Web Store supports!
diff --git a/style.css b/style.css
index 56e58a5..001a27a 100644
--- a/style.css
+++ b/style.css
@@ -39,4 +39,5 @@ div.article ul li a[href*='chrome/extensions']{background-image:url(icons/chrome
div.article ul li a[href*='user/KerrickLong']{background-image:url(icons/kerrick.png);}
div.article ul li a[href*='user/MrArmStrong']{background-image:url(icons/mrarmstrong.png);}
div.article ul li a[href*='user/Logram']{background-image:url(icons/logram.png);}
+div.article ul li a[href*='user/arrowsama']{background-image:url(icons/arrowsama.png);}
#guide{font: 100px / 90px 'Carter One', sans-serif;position: fixed;bottom: -45px;left: 0;text-align: center;width: 100%;display: block;text-transform: uppercase;color: rgba(255, 255, 255, 0.5);z-index: 5;-webkit-text-stroke: 2px rgba(0, 0, 0, 0.5);}
\ No newline at end of file