mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
8 lines
No EOL
135 B
CSS
8 lines
No EOL
135 B
CSS
li > a:first-child > code, li > code:first-child {
|
|
font-weight: bold;
|
|
}
|
|
|
|
pre {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
} |