mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
fix: <hr> styling issue
This commit is contained in:
parent
d10d90a8ef
commit
c6e3373c10
1 changed files with 2 additions and 1 deletions
|
@ -246,10 +246,11 @@ html.dark .heti :where(u) {
|
|||
|
||||
/* Horizontal Rules */
|
||||
.heti :where(hr) {
|
||||
--at-apply: 'mb-8 mt-12 h-auto border-none text-center text-6 c-secondary/25 tracking-0.8em lg:(mb-10 mt-14)';
|
||||
--at-apply: 'mb-8 mt-12 h-auto border-none text-center c-secondary/25 lg:(mb-10 mt-14)';
|
||||
}
|
||||
.heti :where(hr)::before {
|
||||
content: "***";
|
||||
--at-apply: 'text-6 tracking-0.8em';
|
||||
}
|
||||
|
||||
/* Bold */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue