Fix comment and add class for inline bold

This commit is contained in:
Out Of Ideas 2024-03-16 20:21:34 -05:00
parent 68e78c255d
commit f825501134
1 changed files with 7 additions and 4 deletions

View File

@ -11,9 +11,7 @@
Any affect of syntax highlighting should not be present in terminal browseres.
Prompts should be made bold with the <strong> tag (also making it bold in the terminal).
In terminal browsers, inline code should be bold, hence the <b> tag. Regular bold text shoud use the <strong> tag.
In terminal browsers, inline code should be bold, hence the <b> tag. It should use the inline class
Current colorscheme: Gruvbox Dark
-->
@ -86,6 +84,11 @@
} .cmd-line-comment {
color: #928374;
font-weight: bold
} bold.inline {
font-family: monospace;
font-weight: normal;
font-size: 14px
} body {
margin: 40px auto;
max-width: 650px;
@ -96,7 +99,7 @@
background-color: #1d2021
} h1 {
line-height: 1.2
} b, pre {
} pre {
font-family: monospace;
font-weight: normal;
font-size: 14px