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 {
|
a:focus {
|
||||||
filter: brightness(1.333);
|
filter: brightness(1.333);
|
||||||
}
|
}
|
||||||
b { font-weight: bold; }
|
b {
|
||||||
i { font-style: italic; }
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
i {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
code {
|
code {
|
||||||
font-family: 'DM Mono', monospace;
|
font-family: "DM Mono", monospace;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #0000FF;
|
color: #0000ff;
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
all: revert;
|
all: revert;
|
||||||
|
|
Loading…
Add table
Reference in a new issue