diff --git a/_includes/links.html b/_includes/links.html
index 0d98e99..e74d502 100644
--- a/_includes/links.html
+++ b/_includes/links.html
@@ -1,21 +1,19 @@
+ Watch
+ Star
+ Fork
+ Issue
+ Download
+ Follow me
+
+
\ No newline at end of file
diff --git a/_layouts/page.html b/_layouts/page.html
index 60740b1..1063737 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -27,7 +27,7 @@
{% include github-corner.html %}
- - Awesome WM Widgets
+ - Awesome WM Widgets
diff --git a/_main/main.md b/_main/main.md
index 8e2519c..4051eee 100644
--- a/_main/main.md
+++ b/_main/main.md
@@ -5,19 +5,3 @@ layout: page
# Awesome WM Widgets
This is a project page of the github repo with set of widgets for Awesome Window Manager
-
-## Prerequisite
-
-To have a consistent color palette through all the widgets add following section to your **theme.lua**. This will also allow you to easily change colors of the widgets in one place. Note that text widgets (for example text in spotify-widget) are using color defined in `theme.fg_normal`.
-
-```lua
--- https://github.com/streetturtle/awesome-wm-widget
-theme.widget_main_color = "#74aeab"
-theme.widget_red = "#e53935"
-theme.widget_yelow = "#c0ca33"
-theme.widget_green = "#43a047"
-theme.widget_black = "#000000"
-theme.widget_transparent = "#00000000"
-```
-
-I would also recommend to install [Play](https://fonts.google.com/specimen/Play) font as it looks good and explicitly used in some widgets. However you can easily change font in widget's source.
diff --git a/assets/css/style.scss b/assets/css/style.scss
index 0be60f2..28df5cc 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -99,7 +99,14 @@ footer {
li {
line-height: normal;
padding: 4px 32px;
+ a.social-link {
+ display: inline;
+ height: 0;
+ line-height: 0;
+ padding: 0px;
+ }
}
+
}
}