Update CSS.

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

View File

@ -1,71 +1,75 @@
.sidebar { .sidebar {
height: 100%; height: 100%;
width: 150px; width: 250px;
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
padding-top: 40px; padding-top: 40px;
background-color: lightgray; background-color: lightgray;
text-align: center;
} }
.sidebar div { .sidebar div {
padding: 8px; padding: 8px;
font-size: 24px; font-family: Roboto, sans-serif;
display: block; font-size: 24px;
display: block;
} }
.body-text { .title {
margin-left: 150px; padding: 8px;
font-size: 18px; font-family: Roboto, sans-serif;
font-size: 32px;
} }
body { body {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
background-color: #262626; background-color: #262626;
} }
h1 { h1 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 24px; font-size: 24px;
color: #ffffff; color: #ffffff;
} }
h2 { h2 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 22px; font-size: 22px;
color: #ffffff; color: #ffffff;
} }
h3 { h3 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 20px; font-size: 20px;
color: #ffffff; color: #ffffff;
} }
h4 { h4 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 18px; font-size: 18px;
color: #ffffff; color: #ffffff;
} }
h5 { h5 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 16px; font-size: 16px;
color: #ffffff; color: #ffffff;
} }
p { p {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 16px; font-size: 16px;
color: #ffffff; color: #ffffff;
} }
code { code {
font-size: 14px; font-size: 14px;
color: #ffffff; color: #ffffff;
} }
a { a {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
color: #ffffff; color: #000000;
text-decoration: none;
} }