Skip to content
Snippets Groups Projects
Commit 9c0228de authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Active links should be highlighted in the left-column layout

parent e4b1cf4f
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
...@@ -96,6 +96,11 @@ ...@@ -96,6 +96,11 @@
padding: 10px 5px 10px 15px; padding: 10px 5px 10px 15px;
} }
a.active {
font-weight: 800;
color: $COLOR_LINK_ELIXIR !important;
}
a:hover { a:hover {
color: #060606; color: #060606;
text-decoration: underline; text-decoration: underline;
...@@ -196,7 +201,3 @@ ...@@ -196,7 +201,3 @@
} }
} }
} }
li.active {
color: $COLOR_LINK_ELIXIR;
}
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "elixir-theme" spec.name = "elixir-theme"
spec.version = "0.1.2" spec.version = "0.1.3"
spec.authors = ["jacek.lebioda"] spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"] spec.email = ["jacek.lebioda@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment