You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.2 KiB
CSS

@import "assets/hack.css";
a:visited {
color: #c2e;
}
a {
color: #0095dd;
}
html {
font-family: Helvetica, Arial, sans-serif;
color: #5b4636;
background-color: #f4ecd8;
}
body {
padding: 1em;
margin: auto;
}
pre {
white-space: pre-wrap;
}
body {
font-size: 18px;
}
aside {
width: inherit;
}
.publish-date {
font-size: 14px;
}
code {
font-family: Hack, monospace;
background-color: rgba(0,0,0, 0.05);
}
.nowrap {
white-space: nowrap;
}
@media only all and (min-width: 640px) {
body {
line-height: 1.4;
font-size: 16px;
max-width: 80ch;
}
.publish-date {
font-size: 12px;
}
aside {
width: 30%;
min-width: 10em;
background-color: rgba(0,0,0, 0.1);
float: right;
padding: 1em;
margin: 1em;
}
}
@media only all and (min-width: 1920px) {
body {
line-height: 1.4;
font-size: calc(14px + 0.2vmax);
max-width: 80ch;
}
.publish-date {
font-size: calc(10px + 0.2vmax);
}
aside {
width: 30%;
min-width: 10em;
background-color: rgba(0,0,0, 0.1);
float: right;
padding: 1em;
margin: 1em;
}
}