name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
+ <meta
+ name="theme-color"
+ content="#eee"
+ media="(prefers-color-scheme: light)"
+ />
+ <meta
+ name="theme-color"
+ content="#000"
+ media="(prefers-color-scheme: dark)"
+ />
<meta charset="UTF-8" />
<title>Ben Larson</title>
<link rel="stylesheet" href="/styles/main.css" />
--background-color-header: #eee;
--text-color-primary: #333;
- --text-color-links: #55f;
+ --text-color-links: #08f;
--text-shadow: 0 0 1px rgba(100, 100, 100, 0.7),
0px 1px rgba(255, 255, 255, 0.3);
--background-color-header: #000;
--text-color-primary: #eee;
- --text-color-links: #55f;
+ --text-color-links: #0af;
--text-shadow: 0 0 1px rgba(200, 200, 200, 0.6);
--separator-color: #222;
position: relative;
text-decoration: none;
color: inherit;
- box-shadow: 0 1px 0 var(--text-color-links);
+ box-shadow: 0 2px 0 var(--text-color-links);
}
a:hover {
padding-bottom: 2rem;
}
-p::first-letter,
-p[data-fill]::before {
+p::first-letter {
font-size: 2em;
- display: block;
float: left;
- margin-right: 0.1em;
- width: 1.25em;
- height: 1.25em;
- line-height: 1.5em;
- text-align: center;
- font-variant: small-caps;
- /* background-image: url('/images/border.svg'); */
- background-size: contain;
+ margin: 0.3em 0.5em 0 0.5em;
+ line-height: 1em;
}
@media (max-width: 45em) {