help/rtfd/public/html/index.css

27 lines
213 B
CSS
Raw Normal View History

2025-01-24 18:02:11 +01:00
body {
2025-01-25 10:58:39 +01:00
background-color: #111;
color: #777;
2025-01-24 18:02:11 +01:00
font-family: sans-serif;
2025-01-25 10:58:39 +01:00
text-align: start;
2025-01-24 18:02:11 +01:00
}
header {
}
h1 {
2025-01-25 10:58:39 +01:00
color: #f77;
2025-01-24 18:02:11 +01:00
text-align: center;
}
2025-01-25 10:58:39 +01:00
a {
color: #088;
}
h2 {
color: #f77;
}
2025-01-24 18:02:11 +01:00
footer {
text-align: end;
}