mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
Apply different color to the title
This commit is contained in:
parent
4272da7ee4
commit
6b03c6063b
@ -220,6 +220,17 @@
|
||||
border-inline-start: var(--heading-border-size) solid var(--accent-color);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
border-inline-start: var(--heading-border-size) solid var(--accent-color);
|
||||
}
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
border-inline-start: var(--heading-border-size) solid var(--accent-color-darker);
|
||||
}
|
||||
|
||||
figure {
|
||||
text-align: center;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user