mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Merge a829bf71e5 into 9a0b182879
This commit is contained in:
commit
fdcce2c9d0
1 changed files with 7 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ img {
|
|||
body {
|
||||
background-color: #f7f7f7;
|
||||
color: #222;
|
||||
line-height: 1.5;
|
||||
font-family:
|
||||
-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial,
|
||||
sans-serif;
|
||||
|
|
@ -123,6 +124,7 @@ h4,
|
|||
h5,
|
||||
h6 {
|
||||
font-family: "Helvetica Neue", "Verdana", sans-serif;
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
nav {
|
||||
|
|
@ -452,6 +454,10 @@ article {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
article p {
|
||||
max-width: 65ch;
|
||||
}
|
||||
|
||||
article header h1,
|
||||
article header h2 {
|
||||
word-wrap: break-word;
|
||||
|
|
@ -537,6 +543,7 @@ pre.line-numbers {
|
|||
pre {
|
||||
background-color: #141414;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue