mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Format style.css to Zed's liking, whatever
This commit is contained in:
parent
f37eb4c7e7
commit
67aa48f0e5
1 changed files with 229 additions and 227 deletions
|
|
@ -103,7 +103,7 @@ img {
|
|||
body {
|
||||
background-color: #f7f7f7;
|
||||
color: #222;
|
||||
font-family: 'museo-sans', 'Helvetica Neue', 'Verdana', 'Roboto', sans-serif;
|
||||
font-family: "museo-sans", "Helvetica Neue", "Verdana", "Roboto", sans-serif;
|
||||
font-display: swap;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
|
@ -114,11 +114,11 @@ h3,
|
|||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Helvetica Neue', 'Verdana', sans-serif;
|
||||
font-family: "Helvetica Neue", "Verdana", sans-serif;
|
||||
}
|
||||
|
||||
nav {
|
||||
font-family: 'Helvetica Neue', 'Roboto', 'Arial', sans-serif;
|
||||
font-family: "Helvetica Neue", "Roboto", "Arial", sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
@ -140,7 +140,8 @@ hr {
|
|||
header.primary {
|
||||
background-color: #151515;
|
||||
color: #f7f7f7;
|
||||
padding: 0.8rem max(1.2rem, env(safe-area-inset-right)) 0.8rem max(1.2rem, env(safe-area-inset-left));
|
||||
padding: 0.8rem max(1.2rem, env(safe-area-inset-right)) 0.8rem
|
||||
max(1.2rem, env(safe-area-inset-left));
|
||||
border-bottom: solid 1px #888888;
|
||||
box-shadow: 0 0 12px 2px #222;
|
||||
}
|
||||
|
|
@ -155,7 +156,7 @@ header.primary h4 {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
word-wrap: break-word;
|
||||
font-family: 'museo-sans', 'Helvetica Neue', 'Verdana', 'Roboto', sans-serif;
|
||||
font-family: "museo-sans", "Helvetica Neue", "Verdana", "Roboto", sans-serif;
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
@ -249,7 +250,7 @@ footer {
|
|||
padding: 1rem 0;
|
||||
text-align: center;
|
||||
color: #6f6f6f;
|
||||
font-family: 'Helvetica Neue', 'Verdana', 'Roboto', sans-serif;
|
||||
font-family: "Helvetica Neue", "Verdana", "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
footer a,
|
||||
|
|
@ -353,7 +354,6 @@ ul.archive li time {
|
|||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
h2.year a,
|
||||
h2.year a:visited,
|
||||
h2.month a,
|
||||
|
|
@ -431,7 +431,7 @@ article header h2 {
|
|||
article header time {
|
||||
margin-top: 0.3rem;
|
||||
color: #7b7b7b;
|
||||
font-family: 'Helvetica Neue', 'Verdana', sans-serif;
|
||||
font-family: "Helvetica Neue", "Verdana", sans-serif;
|
||||
}
|
||||
|
||||
p.fin {
|
||||
|
|
@ -442,13 +442,13 @@ p.fin {
|
|||
|
||||
blockquote {
|
||||
margin-left: 6%;
|
||||
font-family: 'Helvetica Neue', 'Verdana', 'Roboto', sans-serif;
|
||||
font-family: "Helvetica Neue", "Verdana", "Roboto", sans-serif;
|
||||
font-style: italic;
|
||||
color: #484848;
|
||||
}
|
||||
|
||||
blockquote:before {
|
||||
content: '\201F';
|
||||
content: "\201F";
|
||||
float: left;
|
||||
margin-top: -0.35rem;
|
||||
margin-left: -1rem;
|
||||
|
|
@ -471,7 +471,8 @@ pre {
|
|||
|
||||
code,
|
||||
pre {
|
||||
font-family: 'Fira Code', 'JetBrains Mono', 'Meslo LG M', 'Inconsolata', 'Menlo', 'Courier New', monospace;
|
||||
font-family: "Fira Code", "JetBrains Mono", "Meslo LG M", "Inconsolata", "Menlo", "Courier New",
|
||||
monospace;
|
||||
}
|
||||
|
||||
pre.line-numbers {
|
||||
|
|
@ -505,5 +506,6 @@ pre.line-numbers {
|
|||
.gist {
|
||||
font-size: 0.8rem;
|
||||
line-height: 1.2rem;
|
||||
font-family: 'Fira Code', 'JetBrains Mono', 'Meslo LG M', 'Inconsolata', 'Menlo', 'Courier New', monospace;
|
||||
font-family: "Fira Code", "JetBrains Mono", "Meslo LG M", "Inconsolata", "Menlo", "Courier New",
|
||||
monospace;
|
||||
}
|
||||
Loading…
Reference in a new issue