Minor styling and tooling tweaks
This commit is contained in:
parent
ffead4fb47
commit
a33d9cb1e1
2 changed files with 23 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
html {
|
||||
height: 100%;
|
||||
font-family: sans-serif;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
@ -102,9 +103,20 @@ nav li {
|
|||
color: #1bc8c8;
|
||||
text-decoration-color: #159b9b;
|
||||
}
|
||||
|
||||
span.id-label {
|
||||
background-color: #444;
|
||||
border-color: #666;
|
||||
}
|
||||
|
||||
span.hidden-label {
|
||||
background-color: #000;
|
||||
border-color: #555;
|
||||
color: #969696;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
@media (max-width: 600px) {
|
||||
nav li {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue