Add before content for fish and rust source blocks

This commit is contained in:
Lucien Cartier-Tilet 2021-01-02 14:18:45 +01:00
parent f9e0ffa0eb
commit 6e30e3f361
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 10 additions and 0 deletions

View File

@ -358,3 +358,13 @@ ul {
pre.src, pre.example {
overflow-y: auto;
}
pre {
.src-fish:before {
content: 'fish';
}
.src-rust:before {
content: 'rust';
}
}