diff options
| author | Sakamoto <me@sakamoto.network> | 2025-12-05 17:14:05 -0600 |
|---|---|---|
| committer | Sakamoto <me@sakamoto.network> | 2025-12-05 17:14:05 -0600 |
| commit | 35f13c2d308e7a077787af5cb5d4f03ca3d507ce (patch) | |
| tree | 8ccb136d8708f502bc2c8c46f8c9231b54be6309 /sass | |
| download | sakamoto.network-35f13c2d308e7a077787af5cb5d4f03ca3d507ce.tar.xz sakamoto.network-35f13c2d308e7a077787af5cb5d4f03ca3d507ce.zip | |
init
smolweb compliant
Diffstat (limited to 'sass')
| -rw-r--r-- | sass/style.scss | 48 |
1 files changed, 48 insertions, 0 deletions
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; +} |
