From 35f13c2d308e7a077787af5cb5d4f03ca3d507ce Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Fri, 5 Dec 2025 17:14:05 -0600 Subject: init smolweb compliant --- sass/style.scss | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 sass/style.scss (limited to 'sass/style.scss') diff --git a/sass/style.scss b/sass/style.scss new file mode 100644 index 0000000..d641c4e --- /dev/null +++ b/sass/style.scss @@ -0,0 +1,48 @@ +html { + font-family:sans-serif +} + +header,main,footer { + max-width: 40em; + margin: 0 auto; +} + +footer { + text-align: center; +} + +nav { + padding-bottom: 1.3rem; +} + +time.right { + float: right; +} + +nav .left { + float: left; + margin-right: 1rem; +} + +nav .right { + float: right; + margin-left: 1rem; +} + +blockquote { + color: lightgreen; +} + +ol,ul { + white-space: nowrap; + padding-left: 16px +} + +li { + margin-bottom: 8px +} + +a { + text-decoration: underline; + color: white; +} -- cgit v1.2.3