annabunches.net/static/css/custom.css

62 lines
776 B
CSS
Raw Normal View History

2020-05-15 01:23:45 +00:00
body {
color: #000000;
}
figcaption {
text-align: center;
}
.c-article__summary p {
2020-05-15 01:23:45 +00:00
color: #000000;
margin: 16px;
2020-05-15 01:23:45 +00:00
}
.c-article__meta {
2023-11-06 22:27:59 +00:00
line-height: 0.25em;
padding-top: 5px;
padding-bottom: 10px;
margin-block-start: 5px;
2020-05-15 01:23:45 +00:00
}
.c-article__title a {
color: #000000;
}
2023-11-06 22:27:59 +00:00
.c-article__title {
margin-bottom: 0;
padding-bottom: 0;
line-hight: 0.1em;
}
2020-05-15 21:15:51 +00:00
.l-deprecation_warning {
background-color: #ff6666;
text-align: center;
width: 96%;
max-width: 720px;
margin: 20px auto 10px;
}
.l-new_version_message {
background-color: #dddd66;
2020-05-15 21:15:51 +00:00
text-align: center;
width: 96%;
max-width: 720px;
margin: 20px auto 10px;
}
2020-05-15 01:23:45 +00:00
a {
color: #1756a9;
}
2020-05-15 01:33:55 +00:00
.l-nav {
margin-top: 5px;
}
.l-header {
margin-bottom: 0px;
}
2023-11-28 07:05:11 +00:00
h3 {
2023-11-28 07:05:11 +00:00
margin-block-end: 0.5em;
}