help/rtfd/public/html/index.css

55 lines
523 B
CSS
Raw Normal View History

2025-01-25 14:01:09 +01:00
html {
}
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 14:01:09 +01:00
line-height: 1.25;
2025-01-25 10:58:39 +01:00
text-align: start;
2025-01-24 18:02:11 +01:00
}
header {
2025-01-25 14:01:09 +01:00
background-color: #300;
}
main {
background-color: #030;
}
h1, h2, h3, h4, h5, h6 {
background-color: #222;
2025-01-24 18:02:11 +01:00
}
h1 {
2025-01-25 10:58:39 +01:00
color: #f77;
2025-01-25 14:01:09 +01:00
font-size: 1.75rem;
2025-01-24 18:02:11 +01:00
text-align: center;
}
2025-01-25 14:01:09 +01:00
p {
background-color: #330;
}
section {
background-color: #033;
margin-block: 4rem;
}
ol, ul {
background-color: #303;
}
2025-01-25 10:58:39 +01:00
a {
2025-01-25 14:01:09 +01:00
color: inherit;
2025-01-25 10:58:39 +01:00
}
h2 {
color: #f77;
}
2025-01-24 18:02:11 +01:00
footer {
2025-01-25 14:01:09 +01:00
background-color: #003;
2025-01-24 18:02:11 +01:00
text-align: end;
}