summaryrefslogtreecommitdiffstats
path: root/assets/css/components/header.css
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-04 15:30:33 +0200
committerDanilo M. <danix@danix.xyz>2026-04-04 15:30:33 +0200
commit799bd2304a82d35991876d42fc32a8b8be978da1 (patch)
tree77373500f6cb733f3bc490dc7fe71db8bc6a7fa8 /assets/css/components/header.css
downloaddanixxyz-theme-799bd2304a82d35991876d42fc32a8b8be978da1.tar.gz
danixxyz-theme-799bd2304a82d35991876d42fc32a8b8be978da1.zip
initial theme setup.
Diffstat (limited to 'assets/css/components/header.css')
-rw-r--r--assets/css/components/header.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/components/header.css b/assets/css/components/header.css
new file mode 100644
index 0000000..8efea1e
--- /dev/null
+++ b/assets/css/components/header.css
@@ -0,0 +1,4 @@
+header {
+ border-bottom: 1px solid #222;
+ margin-bottom: 1rem;
+}