diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-22 12:42:56 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-22 12:42:56 +0200 |
| commit | 631547a75142326a7c71bdf123e1475217a5ad73 (patch) | |
| tree | f3cfef6b3c5b42bf626fc823ddcf63b8dcf4cdbb /assets/css/components/header.css | |
| parent | 77ccbe72fad5a4870185fff374f75471c16a9043 (diff) | |
| download | danixxyz-theme-631547a75142326a7c71bdf123e1475217a5ad73.tar.gz danixxyz-theme-631547a75142326a7c71bdf123e1475217a5ad73.zip | |
chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme)
Diffstat (limited to 'assets/css/components/header.css')
| -rw-r--r-- | assets/css/components/header.css | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/assets/css/components/header.css b/assets/css/components/header.css deleted file mode 100644 index acb009d..0000000 --- a/assets/css/components/header.css +++ /dev/null @@ -1,89 +0,0 @@ -/* header.css */ -header { - background: var(--bg); - border-bottom: 1px solid var(--border); - padding: 1rem 0; - position: sticky; - top: 0; - z-index: 100; -} - -.header-container { - max-width: var(--container-max); - margin: 0 auto; - padding: 0 1.5rem; - display: flex; - justify-content: space-between; - align-items: center; -} - -.site-title { - font-family: var(--font-head); - font-size: 1rem; - font-weight: 800; - color: var(--accent); - text-decoration: none; - margin: 0; -} - -.header-controls { - display: flex; - gap: 1.5rem; - align-items: center; -} - -nav ul { - list-style: none; - display: flex; - gap: 2rem; - margin: 0; -} - -nav a { - font-family: var(--font-mono); - font-size: var(--fs-nav); - text-transform: uppercase; - letter-spacing: 0.08em; - color: var(--text-dim); - transition: var(--transition); -} - -nav a:hover, -nav a.active { - color: var(--accent); -} - -.theme-toggle { - background: var(--surface); - border: 1px solid var(--border); - color: var(--text); - padding: 0.5rem 1rem; - border-radius: 4px; - cursor: pointer; - font-family: var(--font-mono); - font-size: var(--fs-nav); - transition: var(--transition); -} - -.theme-toggle:hover { - background: var(--border); - color: var(--accent); -} - -@media (max-width: 768px) { - .header-container { - flex-wrap: wrap; - gap: 1rem; - } - - nav ul { - order: 3; - width: 100%; - gap: 1rem; - flex-wrap: wrap; - } - - .header-controls { - gap: 1rem; - } -} |
