aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-02-01 22:45:59 -0600
committerChristian Cleberg <[email protected]>2024-02-01 22:45:59 -0600
commitc84d62dfc9706118cf8da213410c4b32d048ef4e (patch)
treedabd9be9c372fed89414de042885e4be91c8d1ad /styles.css
parent2f3f3a747d55bbeeaf8892e3ed8d047bd16adcb1 (diff)
downloadreminiscecleberg.com-c84d62dfc9706118cf8da213410c4b32d048ef4e.tar.gz
reminiscecleberg.com-c84d62dfc9706118cf8da213410c4b32d048ef4e.tar.bz2
reminiscecleberg.com-c84d62dfc9706118cf8da213410c4b32d048ef4e.zip
initial commit
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..fd64bc4
--- /dev/null
+++ b/styles.css
@@ -0,0 +1 @@
+*,::after,::before{box-sizing:border-box;}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}html{font-size:100%;}@media (min-width:768px){html{font-size:112.5%}}body{margin:0;font-size:1rem;font-weight:400;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5;overflow-wrap:break-word;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;}a{border-radius:2px;padding:.2em;}.container{padding-right:.75rem;padding-left:.75rem;margin-right:auto;margin-left:auto;max-width:40em;}.fancy-bg{background-color:#ddd;border-radius:2px;padding:.5rem;}.dot{margin:0 .25rem;}@media (prefers-color-scheme:dark){body{background-color:#111;color:#ddd}a{color:#62c4ff}a:hover{background-color:#62c4ff;color:#111}.fancy-bg{background-color:#62c4ff;color:#111}}