This commit is contained in:
parent
8d6b84042b
commit
e7c0487111
4 changed files with 40 additions and 30 deletions
|
|
@ -106,21 +106,22 @@ h1, h2, h3, h4, h5, h6 {
|
|||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h1 a {
|
||||
h1, h1 a {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h2,
|
||||
h2 a {
|
||||
h2, h2 a {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
h3, h4,
|
||||
h3 a, h4 a {
|
||||
h3, h3 a {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
h4, h4 a {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
[accent] {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
|
@ -172,9 +173,8 @@ small a {
|
|||
}
|
||||
|
||||
/* lists need some styling */
|
||||
ul {
|
||||
ul, ol {
|
||||
margin-left: -1.3rem;
|
||||
list-style-type: square;
|
||||
ul { margin-top: .5rem; margin-bottom: .5rem; }
|
||||
|
||||
li {
|
||||
|
|
@ -186,6 +186,8 @@ ul {
|
|||
}
|
||||
}
|
||||
}
|
||||
ul { list-style-type: square; }
|
||||
ol { margin-left: -.5rem; }
|
||||
|
||||
/* text with "title", little hover-over info tibblets */
|
||||
span[title] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue