mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17:49 +00:00
Merge branch 'master' into edition-3
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
@font-face {
|
||||
font-family: "Iosevka";
|
||||
src: url("/fonts/iosevka-regular.woff2") format("woff2"), url("/fonts/iosevka-regular.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
|
||||
padding: 0;
|
||||
color: #a0565c;
|
||||
|
||||
@@ -150,7 +150,7 @@ abbr[title] {
|
||||
/* Code */
|
||||
code,
|
||||
pre {
|
||||
font-family: "Iosevka", monospace;
|
||||
font-family: Menlo, Monaco, Consolas, monospace;
|
||||
}
|
||||
code {
|
||||
padding: .25em .5em;
|
||||
|
||||
@@ -454,6 +454,6 @@ a strong {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.left-to-right, .right-to-left pre {
|
||||
.left-to-right, .right-to-left pre, .right-to-left table {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user