boilerplate
This commit is contained in:
parent
dcaa7f2b8a
commit
a43f93b343
1 changed files with 12 additions and 5 deletions
|
@ -249,12 +249,19 @@ a {
|
|||
a:focus {
|
||||
filter: brightness(1.333);
|
||||
}
|
||||
b { font-weight: bold; }
|
||||
i { font-style: italic; }
|
||||
b {
|
||||
font-weight: bold;
|
||||
}
|
||||
i {
|
||||
font-style: italic;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
code {
|
||||
font-family: 'DM Mono', monospace;
|
||||
font-family: "DM Mono", monospace;
|
||||
font-weight: 500;
|
||||
color: #0000FF;
|
||||
color: #0000ff;
|
||||
}
|
||||
ul {
|
||||
all: revert;
|
||||
|
|
Loading…
Add table
Reference in a new issue