Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Fix lang selector list style
Browse files Browse the repository at this point in the history
  • Loading branch information
Raúl Díaz Poblete committed Sep 29, 2016
1 parent eab3565 commit 07144f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions _app/styles/layouts/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
margin-bottom: 1px;
background: $brand-secondary;
text-align: center;
list-style: none;

&:hover{
background: white;
Expand Down
3 changes: 2 additions & 1 deletion assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8922,7 +8922,8 @@ h3, h4, h5 {
border: none;
margin-bottom: 1px;
background: #fefed1;
text-align: center; }
text-align: center;
list-style: none; }
.home #language-selector > ul li:hover {
background: white; }
.home #language-selector > ul a {
Expand Down

0 comments on commit 07144f1

Please sign in to comment.