mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
parent
007b1058b6
commit
a829bf71e5
1 changed files with 7 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ img {
|
||||||
body {
|
body {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
color: #222;
|
color: #222;
|
||||||
|
line-height: 1.5;
|
||||||
font-family:
|
font-family:
|
||||||
-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial,
|
-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial,
|
||||||
sans-serif;
|
sans-serif;
|
||||||
|
|
@ -116,6 +117,7 @@ h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: "Helvetica Neue", "Verdana", sans-serif;
|
font-family: "Helvetica Neue", "Verdana", sans-serif;
|
||||||
|
text-wrap: balance;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
|
|
@ -433,6 +435,10 @@ article {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article p {
|
||||||
|
max-width: 65ch;
|
||||||
|
}
|
||||||
|
|
||||||
article header h1,
|
article header h1,
|
||||||
article header h2 {
|
article header h2 {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
@ -518,6 +524,7 @@ pre.line-numbers {
|
||||||
pre {
|
pre {
|
||||||
background-color: #141414;
|
background-color: #141414;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue