Update CSS.

This commit is contained in:
inference 2022-10-28 22:10:02 +01:00
parent 7cabfb6f77
commit c3dbbb6b57

View File

@ -1,22 +1,25 @@
.sidebar {
height: 100%;
width: 150px;
width: 250px;
position: absolute;
left: 0;
top: 0;
padding-top: 40px;
background-color: lightgray;
text-align: center;
}
.sidebar div {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 24px;
display: block;
}
.body-text {
margin-left: 150px;
font-size: 18px;
.title {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 32px;
}
body {
@ -67,5 +70,6 @@ code {
a {
font-family: Roboto, sans-serif;
color: #ffffff;
color: #000000;
text-decoration: none;
}