colour tweaks

This commit is contained in:
Stef Dunlap 2022-07-25 12:15:35 -04:00
parent b727e3500a
commit 275432ac43
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ table {
}
/* END RESET CSS */
body {
background-image: linear-gradient(to right, var(--sidebar-bg) 50%, #eee 50%);
background-image: linear-gradient(to right, var(--sidebar-bg) 45%, #eee 55%);
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3;
}
@ -123,13 +123,13 @@ img.headshot {
}
.keywords li {
display: inline-block;
border: #fff solid 1px;
border: #888 solid 1px;
padding: 0 2px;
border-radius: 5px;
margin-top: 5px;
}
#chronology .keywords li {
border-color: var(--sidebar-bg);
/* border-color: var(--sidebar-bg); */
font-size: 0.8em;
}
#languages .language {