2019-01-01 23:11:47 +00:00
|
|
|
body {
|
2022-02-04 11:57:55 +00:00
|
|
|
-webkit-font-smoothing: antialiased; // Do not remove!
|
|
|
|
font-family: $font-sans;
|
|
|
|
font-size: 85%;
|
|
|
|
line-height: 1.5em;
|
2023-04-19 05:58:14 +00:00
|
|
|
color: theme('colors.text-context');
|
2019-01-01 23:11:47 +00:00
|
|
|
}
|
|
|
|
|
2015-11-02 14:39:36 +00:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2022-02-04 11:57:55 +00:00
|
|
|
font-weight: normal;
|
2022-07-25 02:33:09 +00:00
|
|
|
line-height: theme('lineHeight.tight');
|
2023-04-19 05:58:14 +00:00
|
|
|
color: theme('colors.text-label');
|
2014-07-17 14:39:22 +00:00
|
|
|
}
|
|
|
|
|
2015-09-25 13:17:39 +00:00
|
|
|
h1 {
|
2022-02-04 11:57:55 +00:00
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: 700;
|
2014-07-17 14:39:22 +00:00
|
|
|
}
|
2015-11-02 14:39:36 +00:00
|
|
|
|
2015-09-25 13:17:39 +00:00
|
|
|
h2 {
|
2022-02-04 11:57:55 +00:00
|
|
|
font-size: 1.3em;
|
|
|
|
font-weight: 600;
|
2014-07-17 14:39:22 +00:00
|
|
|
}
|
2015-11-02 14:39:36 +00:00
|
|
|
|
2015-09-25 13:17:39 +00:00
|
|
|
p {
|
2022-02-04 11:57:55 +00:00
|
|
|
margin-top: 0;
|
2014-09-10 12:04:28 +00:00
|
|
|
}
|
|
|
|
|
2015-09-25 13:17:39 +00:00
|
|
|
a {
|
2023-04-19 05:58:14 +00:00
|
|
|
color: theme('colors.text-link-default');
|
2022-02-04 11:57:55 +00:00
|
|
|
text-decoration: none;
|
2014-07-17 14:39:22 +00:00
|
|
|
|
2022-02-04 11:57:55 +00:00
|
|
|
&:hover {
|
2023-04-19 05:58:14 +00:00
|
|
|
color: theme('colors.text-link-hover');
|
2022-02-04 11:57:55 +00:00
|
|
|
}
|
2014-07-17 14:39:22 +00:00
|
|
|
}
|
|
|
|
|
2015-09-25 13:17:39 +00:00
|
|
|
code {
|
2022-07-09 06:32:51 +00:00
|
|
|
box-shadow: inset 0 0 4px 0 theme('colors.black-20');
|
2023-04-19 05:58:14 +00:00
|
|
|
background-color: theme('colors.surface-page');
|
|
|
|
color: theme('colors.text-context');
|
2022-04-12 11:37:26 +00:00
|
|
|
font-family: $font-mono;
|
2022-02-04 11:57:55 +00:00
|
|
|
padding: 2px 5px;
|
2014-07-17 14:39:22 +00:00
|
|
|
}
|
|
|
|
|
2015-09-25 13:17:39 +00:00
|
|
|
kbd {
|
2022-02-04 11:57:55 +00:00
|
|
|
border-radius: 3px;
|
|
|
|
font-family: $font-sans;
|
2023-04-19 05:58:14 +00:00
|
|
|
border: 1px solid currentColor;
|
2022-07-09 06:32:51 +00:00
|
|
|
border-color: theme('colors.black-20');
|
2023-04-19 05:58:14 +00:00
|
|
|
color: theme('colors.text-meta');
|
2022-02-04 11:57:55 +00:00
|
|
|
padding: 0.3em 0.5em;
|
2014-07-17 14:39:22 +00:00
|
|
|
}
|
|
|
|
|
2022-04-12 11:37:26 +00:00
|
|
|
pre {
|
|
|
|
font-family: $font-mono;
|
|
|
|
}
|
|
|
|
|
2016-02-12 17:29:59 +00:00
|
|
|
dl,
|
|
|
|
dt,
|
2015-11-02 14:39:36 +00:00
|
|
|
dd {
|
2022-02-04 11:57:55 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2015-01-09 16:42:20 +00:00
|
|
|
}
|
2015-11-02 14:39:36 +00:00
|
|
|
|
2015-09-25 13:17:39 +00:00
|
|
|
dl {
|
2022-02-04 11:57:55 +00:00
|
|
|
margin-top: 1em;
|
2015-01-09 16:42:20 +00:00
|
|
|
}
|
2015-11-02 14:39:36 +00:00
|
|
|
|
2015-09-25 13:17:39 +00:00
|
|
|
dt {
|
2023-04-19 05:58:14 +00:00
|
|
|
color: theme('colors.text-meta');
|
2022-02-04 11:57:55 +00:00
|
|
|
font-size: 0.9em;
|
2015-01-09 16:42:20 +00:00
|
|
|
}
|
2015-11-02 14:39:36 +00:00
|
|
|
|
2015-09-25 13:17:39 +00:00
|
|
|
dd {
|
2022-02-04 11:57:55 +00:00
|
|
|
margin-bottom: 1em;
|
2015-01-09 16:42:20 +00:00
|
|
|
}
|