diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-12-21 21:34:02 -0330 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-12-21 21:34:02 -0330 |
| commit | ad1bb9787eb2317571cd3d1bfcd5a8b22df4803f (patch) | |
| tree | 9b5dba33f39458f9bec6824db59f26870251d521 /themes/aoidh/assets/css/main.css | |
| download | samanthony.xyz-1.0.0.zip | |
init hugov1.0.0
Diffstat (limited to 'themes/aoidh/assets/css/main.css')
| -rw-r--r-- | themes/aoidh/assets/css/main.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/aoidh/assets/css/main.css b/themes/aoidh/assets/css/main.css new file mode 100644 index 0000000..166ade9 --- /dev/null +++ b/themes/aoidh/assets/css/main.css @@ -0,0 +1,22 @@ +body { + color: #222; + font-family: sans-serif; + line-height: 1.5; + margin: 1rem; + max-width: 768px; +} + +header { + border-bottom: 1px solid #222; + margin-bottom: 1rem; +} + +footer { + border-top: 1px solid #222; + margin-top: 1rem; +} + +a { + color: #00e; + text-decoration: none; +} |