mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
docs restructure
This commit is contained in:
@@ -2,20 +2,23 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Fira+Code|Nunito&display=swap");
|
||||
|
||||
.font {
|
||||
background-color: var(--ifm-blockquote-color);
|
||||
padding: 0.2rem;
|
||||
color: var(--ifm-code-color);
|
||||
border-radius: var(--ifm-code-border-radius);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
background-color: var(--ifm-color-emphasis-200);
|
||||
padding-top: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
padding-right: 0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
color: var(--ifm-color-emphasis-900);
|
||||
border-radius: var(--ifm-code-border-radius);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fontBody {
|
||||
font-family: Nunito, sans-serif;
|
||||
font-family: Nunito, sans-serif;
|
||||
}
|
||||
.fontMono {
|
||||
font-family: "Fira Code", monospace;
|
||||
font-family: "Fira Code", monospace;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user