Add before content for fish and rust source blocks
This commit is contained in:
parent
f9e0ffa0eb
commit
6e30e3f361
@ -358,3 +358,13 @@ ul {
|
||||
pre.src, pre.example {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
pre {
|
||||
.src-fish:before {
|
||||
content: 'fish';
|
||||
}
|
||||
|
||||
.src-rust:before {
|
||||
content: 'rust';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user