mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
style: optimize code line numbers opacity
This commit is contained in:
parent
c13f393015
commit
ed527b3bab
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ html.dark .heti pre :where(span) {
|
|||
--at-apply: 'relative pl-8';
|
||||
}
|
||||
.heti :where(code) span.line::before {
|
||||
--at-apply: 'absolute left-0 w-4 leading-1.9em text-secondary/25';
|
||||
--at-apply: 'absolute left-0 w-4 leading-1.9em text-secondary/40';
|
||||
content: counter(line);
|
||||
counter-increment: line;
|
||||
direction: rtl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue