Skip to content

Commit

Permalink
Finalize mobil
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hoglund committed Feb 21, 2018
1 parent a553488 commit b4377fd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,29 @@
margin-top: 2.34em;
}
}

.responsive-menus.responsified {
margin-bottom: 10px;
}

.responsive-menus.responsified span.toggler {
background-color: black;
color: #ffaa00;
padding: 0.4em;
border-bottom: 1px solid #464444;
border-top: 1px solid #464444;
}

.responsive-menus.responsified.responsive-toggled span.toggler {
border-bottom: 1px solid #464444;
}

.responsive-menus.responsified .responsive-menus-simple li a {
background-color: black;
color: #ffaa00;
border-bottom: 1px solid #464444;
}

.responsive-menus.responsified .responsive-menus-simple li ul li a:before {
content: "- "
}
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -930,3 +930,4 @@ table caption {
.audiojs-default ol.audiojs-playlist li.playing {
background: #202020;
}

0 comments on commit b4377fd

Please sign in to comment.