Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
9c0228de
Commit
9c0228de
authored
Jun 26, 2019
by
Jacek Lebioda
Browse files
Active links should be highlighted in the left-column layout
parent
e4b1cf4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
_sass/elixir/_layout.scss
View file @
9c0228de
...
...
@@ -96,6 +96,11 @@
padding
:
10px
5px
10px
15px
;
}
a
.active
{
font-weight
:
800
;
color
:
$COLOR_LINK_ELIXIR
!
important
;
}
a
:hover
{
color
:
#060606
;
text-decoration
:
underline
;
...
...
@@ -196,7 +201,3 @@
}
}
}
li
.active
{
color
:
$COLOR_LINK_ELIXIR
;
}
elixir-theme.gemspec
View file @
9c0228de
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"elixir-theme"
spec
.
version
=
"0.1.
2
"
spec
.
version
=
"0.1.
3
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment