Update CSS to properly pad topbar

This commit is contained in:
Hippo 2019-08-03 20:45:59 +05:30
parent 537b969fab
commit 2f6676443a
1 changed files with 13 additions and 1 deletions

View File

@ -175,6 +175,11 @@ figure {
border-bottom: 0.1rem solid lightgrey;
}
.topbar ul {
margin: 0;
padding: 1.6rem;
}
.topbar ul>li {
display: inline;
padding: 0.7rem;
@ -183,9 +188,16 @@ figure {
.topbar ul>li:hover {
border: 0.2rem dashed darkgrey;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
}
.topbar a, .topbar a:visited {
.topbar a,
.topbar a:visited,
.topbar a:hover,
.topbar a:visited:hover {
color: black;
text-decoration: none;
font-family: "Myriad Pro", Helvetica, Arial, sans-serif;