fix css for jump links
This commit is contained in:
parent
19a4c8e175
commit
f489f70825
1 changed files with 18 additions and 17 deletions
|
@ -19,18 +19,19 @@ article p {
|
|||
}
|
||||
|
||||
article h3 {
|
||||
@apply mt-8;
|
||||
}
|
||||
|
||||
article h3 {
|
||||
@apply text-2xl text-orange-600;
|
||||
@apply mt-8 text-2xl text-orange-600;
|
||||
}
|
||||
|
||||
article a {
|
||||
@apply text-orange-300 hover:underline;
|
||||
}
|
||||
|
||||
article ul, article ol {
|
||||
article h3 > a {
|
||||
@apply text-orange-600;
|
||||
}
|
||||
|
||||
article ul,
|
||||
article ol {
|
||||
@apply mt-5 list-inside;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue