more preparation for styled components

This commit is contained in:
2022-01-19 11:00:28 -05:00
parent caac9b905a
commit 171bdd65b6
15 changed files with 60 additions and 271 deletions
+1 -16
View File
@@ -27,10 +27,7 @@ a.no-underline {
transition: none;
}
/*
* make SVG icons relative to surrounding text:
* https://github.com/twitter/twemoji#inline-styles
*/
/* make SVG icons relative in size/position to surrounding text */
.icon {
display: inline-block;
height: 1.2em;
@@ -38,18 +35,6 @@ a.no-underline {
vertical-align: -0.2em;
}
/* all code */
code {
font-size: 0.925em;
page-break-inside: avoid;
border: 1px solid var(--kinda-light);
}
/* inline code in paragraphs/elsewhere (single backticks) */
:not(pre) code {
padding: 0.1em 0.25em;
}
/* https://web.dev/prefers-reduced-motion/#(bonus)-forcing-reduced-motion-on-all-websites */
@media (prefers-reduced-motion: reduce) {
*,