fix(website): make site-nav--light dark for Deep Space, bump cache

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-18 18:12:55 -05:00
parent 81a0bac97d
commit 0693e0898b
20 changed files with 21 additions and 21 deletions

View File

@@ -43,7 +43,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
<style>
.blog-post {
max-width: 720px;

View File

@@ -21,7 +21,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
<style>
.blog-index {
max-width: 720px;

View File

@@ -43,7 +43,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
<style>
.blog-post {
max-width: 720px;

View File

@@ -43,7 +43,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
<style>
.blog-post {
max-width: 720px;

View File

@@ -43,7 +43,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
<style>
.blog-post {
max-width: 720px;

View File

@@ -27,7 +27,7 @@
<meta name="twitter:description" content="Complete documentation for The Other Dude MikroTik fleet management platform. Installation, API reference, architecture, and security.">
<meta name="twitter:image" content="https://theotherdude.net/assets/og-image.png">
<link rel="stylesheet" href="style.css?v=2" />
<link rel="stylesheet" href="style.css?v=3" />
<script src="script.js" defer></script>
</head>
<body class="docs-page">

View File

@@ -48,7 +48,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2" />
<link rel="stylesheet" href="../style.css?v=3" />
</head>
<body class="docs-page">

View File

@@ -49,7 +49,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">

View File

@@ -49,7 +49,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">

View File

@@ -49,7 +49,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">

View File

@@ -17,7 +17,7 @@
<meta property="og:url" content="https://theotherdude.net/docs/mikrotik-configuration-drift.html">
<meta property="og:site_name" content="The Other Dude">
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">
<a href="#article-content" class="skip-link">Skip to main content</a>

View File

@@ -40,7 +40,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">

View File

@@ -49,7 +49,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">

View File

@@ -49,7 +49,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">

View File

@@ -49,7 +49,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">

View File

@@ -49,7 +49,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">

View File

@@ -49,7 +49,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">

View File

@@ -49,7 +49,7 @@
<!-- Fonts -->
<link rel="stylesheet" href="../style.css?v=2">
<link rel="stylesheet" href="../style.css?v=3">
</head>
<body class="docs-page">

View File

@@ -78,7 +78,7 @@
<!-- Styles -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="style.css?v=2">
<link rel="stylesheet" href="style.css?v=3">
</head>
<body>

View File

@@ -157,14 +157,14 @@ ul, ol {
}
.site-nav--dark {
background: rgba(4, 8, 16, 0.85);
background: rgba(17, 17, 19, 0.85);
backdrop-filter: blur(12px) saturate(180%);
-webkit-backdrop-filter: blur(12px) saturate(180%);
border-bottom: 1px solid var(--border);
}
.site-nav--light {
background: rgba(255, 255, 255, 0.92);
background: rgba(17, 17, 19, 0.85);
backdrop-filter: blur(12px) saturate(180%);
-webkit-backdrop-filter: blur(12px) saturate(180%);
border-bottom: 1px solid var(--docs-border);