51 lines
663 B
CSS
51 lines
663 B
CSS
body {
|
|
font-family: Roboto, sans-serif;
|
|
background-color: #262626;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Roboto, sans-serif;
|
|
font-size: 24px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
h2 {
|
|
font-family: Roboto, sans-serif;
|
|
font-size: 22px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
h3 {
|
|
font-family: Roboto, sans-serif;
|
|
font-size: 20px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
h4 {
|
|
font-family: Roboto, sans-serif;
|
|
font-size: 18px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
h5 {
|
|
font-family: Roboto, sans-serif;
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
p {
|
|
font-family: Roboto, sans-serif;
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
code {
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
a {
|
|
font-family: Roboto, sans-serif;
|
|
color: #ffffff;
|
|
}
|