mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-12 17:35:44 +00:00
docs: html: less annoying `` in running text
This commit is contained in:
parent
b08064bb4e
commit
5d9beb5dd2
1 changed files with 8 additions and 0 deletions
|
@ -60,3 +60,11 @@ dt code {
|
||||||
border-left: 2px solid #4e4a4a;;
|
border-left: 2px solid #4e4a4a;;
|
||||||
border-right: 2px solid #4e4a4a;;
|
border-right: 2px solid #4e4a4a;;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p .literal,
|
||||||
|
p .literal span {
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
color: black; /* slight contrast with #404040 of regular text */
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue