org-share-to-web.el/themes/light.css

45 lines
624 B
CSS
Raw Normal View History

body {
margin: 2.5rem auto;
max-width: 700px;
background: #fffff5;
color: #000;
padding-inline: 1rem;
font-family: "Lora", sans-serif;
font-weight: 500;
box-sizing: border-box;
}
body::selection {
color: #fffff5;
background: #4D5460;
2023-06-26 12:56:12 +02:00
}
h1, h2, h3 {
font-family: "Lora", sans-serif;
margin-top: 2.5rem;
line-height: 1.2;
2023-06-13 12:54:15 +02:00
}
img {
display: block;
width: 100%;
object-fit: cover;
object-position: center;
2023-06-13 12:54:15 +02:00
}
a {
color: #195880;
}
a:hover {
text-decoration: none;
2023-06-13 12:54:15 +02:00
}
pre {
font-family: "Inconsolata", monospace;
2023-06-13 12:54:15 +02:00
}
.timestamp {
color: #333333;
}
/*# sourceMappingURL=light.css.map */