diff options
| author | Fuwn <[email protected]> | 2023-09-03 22:18:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-03 22:18:29 -0700 |
| commit | 5bce83d700be142feecb743b51169b6b8ac8e61c (patch) | |
| tree | e8ce58085a626dffaf1641063ad95cb7fba11a1c /static/css/footer.css | |
| parent | fix(html): meta name (diff) | |
| download | due.moe-5bce83d700be142feecb743b51169b6b8ac8e61c.tar.xz due.moe-5bce83d700be142feecb743b51169b6b8ac8e61c.zip | |
feat(html): local css
Diffstat (limited to 'static/css/footer.css')
| -rw-r--r-- | static/css/footer.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/footer.css b/static/css/footer.css new file mode 100644 index 00000000..3e841886 --- /dev/null +++ b/static/css/footer.css @@ -0,0 +1,7 @@ +.page__footer { + color: var(--off-fg); +} + +.page__footer p { + margin: 0; +} |