8img/style.css

33 lines
320 B
CSS
Raw Normal View History

2025-01-25 07:27:33 +00:00
/* Global */
2025-01-24 17:30:34 +00:00
body {
2025-01-25 07:27:33 +00:00
word-break: break-word;
2025-01-24 17:30:34 +00:00
margin: auto;
padding: 2em;
2025-01-25 07:27:33 +00:00
background-color: #1d2021;
color: #928374;
2025-01-24 17:30:34 +00:00
}
a {
text-decoration: none;
2025-01-25 07:27:33 +00:00
color: #ebdbb2;
2025-01-24 17:30:34 +00:00
}
2025-01-25 07:27:33 +00:00
/* Tags */
.alltags {
background-color: #ebdbb2;
2025-01-24 17:30:34 +00:00
}
2025-01-25 07:27:33 +00:00
.alltags a {
color: #1d2021;
2025-01-24 17:30:34 +00:00
}
2025-01-25 07:27:33 +00:00
/* Pager */
.pager #curr {
2025-01-24 17:30:34 +00:00
text-decoration: underline;
}