org-share-to-web.el/themes/light.css
2023-06-27 07:16:08 +00:00

73 lines
1.0 KiB
CSS

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;
font-display: swap;
}
body::selection {
color: #fffff5;
background: #4D5460;
}
h1, h2, h3 {
font-family: "Lora", sans-serif;
margin-top: 2.5rem;
line-height: 1.2;
}
img {
display: block;
width: 100%;
object-fit: cover;
object-position: center;
}
a {
color: #195880;
}
a:hover {
text-decoration: none;
}
pre {
font-family: "Inconsolata", monospace;
font-display: swap;
}
.isa_info, .isa_success, .isa_warning, .isa_error {
width: 90%;
margin: 10px 0px;
padding: 12px;
}
.isa_info {
color: #00529b;
background-color: #bde5f8;
}
.isa_success {
color: #4f8a10;
background-color: #dff2bf;
}
.isa_warning {
color: #9f6000;
background-color: #feefb3;
}
.isa_error {
color: #d8000c;
background-color: #ffd2d2;
}
.timestamp {
color: #333333;
}
/*# sourceMappingURL=light.css.map */