update `public_html` static files
parent
e7b2cbee02
commit
901a0de8d6
|
@ -26,6 +26,10 @@
|
||||||
--bright-white: #ffffff;
|
--bright-white: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-device-width: 480px) {
|
||||||
|
:root { --font-size: 12pt; }
|
||||||
|
}
|
||||||
|
|
||||||
/* reset */
|
/* reset */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
@ -50,12 +54,6 @@
|
||||||
background-color: var(--white);
|
background-color: var(--white);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* content sectioning */
|
/* content sectioning */
|
||||||
|
|
||||||
address {
|
address {
|
||||||
|
@ -196,11 +194,9 @@ hr::after {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin-inline: 2ch;
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* inline text semantics */
|
/* inline text semantics */
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in New Issue