Improved page sub-section list formatting

This commit is contained in:
Steven Engler
2019-09-18 21:02:20 -04:00
parent c331927f2d
commit 79a662b192
4 changed files with 40 additions and 1 deletions

View File

@ -17,6 +17,14 @@ a > code {
background-color: rgba(65, 65, 170, 0.3);
}
.section-list li > * {
background-color: rgba(90, 90, 90, 0.25);
}
.section-list li > a {
background-color: rgba(65, 65, 170, 0.3);
}
body {
color: rgb(210, 210, 210);
background-color: rgb(27, 27, 27);