2018-08-29 11:11:58 +00:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2021-10-07 18:21:11 +00:00
|
|
|
td, th,
|
|
|
|
span, strong {
|
2018-08-29 11:11:58 +00:00
|
|
|
color: inherit;
|
|
|
|
}
|
2019-12-17 18:47:37 +00:00
|
|
|
/* %typo-body */
|
2018-08-29 11:11:58 +00:00
|
|
|
body {
|
2021-10-07 18:21:11 +00:00
|
|
|
color: rgb(var(--tone-gray-900));
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2021-10-07 18:21:11 +00:00
|
|
|
/* TODO: Consider changing this to 'p a, dd a, td a' etc etc */
|
2018-08-29 11:11:58 +00:00
|
|
|
a {
|
2021-10-07 18:21:11 +00:00
|
|
|
color: rgb(var(--color-action));
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
html {
|
2021-10-07 18:21:11 +00:00
|
|
|
background-color: rgb(var(--tone-gray-000));
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
hr {
|
2021-10-07 18:21:11 +00:00
|
|
|
background-color: rgb(var(--tone-gray-200));
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2020-07-09 13:26:52 +00:00
|
|
|
button {
|
2021-10-07 18:21:11 +00:00
|
|
|
background-color: var(--transparent);
|
2020-07-09 13:26:52 +00:00
|
|
|
}
|
2018-08-29 11:11:58 +00:00
|
|
|
html {
|
2021-10-07 18:21:11 +00:00
|
|
|
font-size: var(--typo-size-000);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-12-17 18:47:37 +00:00
|
|
|
/* %typo-body */
|
2018-08-29 11:11:58 +00:00
|
|
|
body {
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
body,
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
2021-10-07 18:21:11 +00:00
|
|
|
font-family: var(--typo-family-sans);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
code,
|
|
|
|
pre {
|
2021-10-07 18:21:11 +00:00
|
|
|
font-family: var(--typo-family-mono);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
strong {
|
|
|
|
font-style: inherit;
|
2021-10-07 18:21:11 +00:00
|
|
|
font-weight: var(--typo-weight-bold);
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
|
|
|
html {
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
text-size-adjust: 100%;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
code,
|
|
|
|
pre {
|
|
|
|
-moz-osx-font-smoothing: auto;
|
|
|
|
-webkit-font-smoothing: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
overflow-x: auto;
|
|
|
|
white-space: pre;
|
|
|
|
word-wrap: normal;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2021-10-07 18:21:11 +00:00
|
|
|
*, *::before, *::after {
|
2018-08-29 11:11:58 +00:00
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
fieldset {
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2018-10-19 15:17:02 +00:00
|
|
|
a,
|
|
|
|
input[type='checkbox'],
|
|
|
|
input[type='radio'] {
|
2018-08-29 11:11:58 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
border: none;
|
|
|
|
display: block;
|
|
|
|
}
|
2021-10-07 18:21:11 +00:00
|
|
|
input[type="checkbox"],
|
|
|
|
input[type="radio"] {
|
2018-08-29 11:11:58 +00:00
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
height: 1px;
|
|
|
|
margin: 1.5rem 0;
|
|
|
|
}
|