diff options
| author | Fuwn <[email protected]> | 2024-01-28 02:51:24 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-28 02:51:24 -0800 |
| commit | 82d527113c0960b6ec3f8f89892e360b8356e866 (patch) | |
| tree | 78500c8fee61498b701c4cf7c143ba0a853c767e /static/styles/risotto/about.css | |
| parent | fix(manga): duplicate summary on refresh (diff) | |
| download | due.moe-82d527113c0960b6ec3f8f89892e360b8356e866.tar.xz due.moe-82d527113c0960b6ec3f8f89892e360b8356e866.zip | |
feat(html): static css
Diffstat (limited to 'static/styles/risotto/about.css')
| -rw-r--r-- | static/styles/risotto/about.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/static/styles/risotto/about.css b/static/styles/risotto/about.css new file mode 100644 index 00000000..f93c940d --- /dev/null +++ b/static/styles/risotto/about.css @@ -0,0 +1,26 @@ +/* About/bio section */ +.about__logo { + height: 1.5rem; +} + +.about__title { + display: inline; + vertical-align: top; +} + +.about__title::before { + content: none; +} + +/* Social media links */ +.aside__social-links { + padding: 0; +} + +.aside__social-links li { + display: inline-block; +} + +.aside__social-links li::marker { + content: none; +} |