diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss
index 754e510d2c95c379fa4f6164c1f4bae13de7b31a..1dbcdc93d9fc27874f1db4352baa41cf00762547 100644
--- a/_sass/elixir/_layout.scss
+++ b/_sass/elixir/_layout.scss
@@ -11,12 +11,6 @@
       position: relative;
       top: 66px;
 
-      li.active {
-        border-radius: 5px 5px 0 0;
-        color: #fefefe;
-        background: #f47d21;
-      }
-
       li {
         list-style: none;
         float: left;
@@ -42,6 +36,17 @@
           text-decoration: none;
         }
 
+        a.active {
+          border-radius: 5px 5px 0 0;
+          color: #fefefe;
+          background: #f47d21;
+        }
+
+        a.active:hover {
+          color: #222;
+          background: #d46d11;
+        }
+
         a:hover {
           color: $COLOR_LINK_ELIXIR;
           border-color: $COLOR_LINK_ELIXIR;
diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec
index 15b3b5b0ed0d2d4f8290e30a015cbed9b8bb7390..9cbdffe5e524c0e7884db89fa829d96bd2db898c 100644
--- a/elixir-theme.gemspec
+++ b/elixir-theme.gemspec
@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |spec|
   spec.name          = "elixir-theme"
-  spec.version       = "0.1.8"
+  spec.version       = "0.1.9"
   spec.authors       = ["jacek.lebioda"]
   spec.email         = ["jacek.lebioda@uni.lu"]