mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
unify slugs
This commit is contained in:
parent
a0bb742d4c
commit
63d51307d5
22 changed files with 90 additions and 2177 deletions
|
@ -112,16 +112,19 @@ p {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
color: #221d30;
|
||||
font-size: 2.5rem;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 3rem;
|
||||
font-size: 2rem;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.5rem;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
@ -130,7 +133,7 @@ h3,
|
|||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
overflow-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
text-wrap: balance;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue