aboutsummaryrefslogtreecommitdiff
path: root/static/styles/risotto/header.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-28 02:51:24 -0800
committerFuwn <[email protected]>2024-01-28 02:51:24 -0800
commit82d527113c0960b6ec3f8f89892e360b8356e866 (patch)
tree78500c8fee61498b701c4cf7c143ba0a853c767e /static/styles/risotto/header.css
parentfix(manga): duplicate summary on refresh (diff)
downloaddue.moe-82d527113c0960b6ec3f8f89892e360b8356e866.tar.xz
due.moe-82d527113c0960b6ec3f8f89892e360b8356e866.zip
feat(html): static css
Diffstat (limited to 'static/styles/risotto/header.css')
-rw-r--r--static/styles/risotto/header.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/styles/risotto/header.css b/static/styles/risotto/header.css
new file mode 100644
index 00000000..24f1a0e7
--- /dev/null
+++ b/static/styles/risotto/header.css
@@ -0,0 +1,17 @@
+/* Main menu */
+.main-nav ul {
+ display: flex;
+ flex-flow: row wrap;
+ justify-content: flex-start;
+ margin: 0;
+ padding: 0.25rem 0;
+}
+
+.main-nav li {
+ margin-left: 2.5rem;
+ text-transform: lowercase;
+}
+
+.main-nav li::marker {
+ content: './';
+}