Browse Source

some small css fixes and changes

pull/60/head
Joe Koop 3 years ago
parent
commit
5b964f8430
No known key found for this signature in database
GPG Key ID: B2D0C6242D5AC1FF
  1. 18
      assets/index.css

18
assets/index.css

@ -1,9 +1,14 @@ @@ -1,9 +1,14 @@
html {
font-family: -apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;
line-height: 1.5;
color: #24292e;
}
body {
/* prevent premature breadcrumb wrapping on mobile */
min-width: 500px;
}
.hidden {
display: none;
}
@ -49,6 +54,11 @@ html { @@ -49,6 +54,11 @@ html {
margin-right: 10px;
}
.toolbox > div {
/* vertically align with breadcrumb text */
height: 1.1rem;
}
.searchbar {
display: flex;
flex-wrap: nowrap;
@ -143,7 +153,6 @@ html { @@ -143,7 +153,6 @@ html {
padding-left: 0.6em;
}
.path svg {
height: 100%;
fill: rgba(3,47,98,0.5);
@ -163,7 +172,7 @@ html { @@ -163,7 +172,7 @@ html {
display: block;
text-decoration: none;
max-width: calc(100vw - 375px);
min-width: 400px;
min-width: 200px;
}
.path a:hover {
@ -200,7 +209,8 @@ html { @@ -200,7 +209,8 @@ html {
}
svg,
.path svg {
.path svg,
.breadcrumb svg {
fill: #fff;
}

Loading…
Cancel
Save