aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/about
diff options
context:
space:
mode:
Diffstat (limited to 'services/nuldoc/public/about')
-rw-r--r--services/nuldoc/public/about/404.html20
-rw-r--r--services/nuldoc/public/about/index.html20
-rw-r--r--services/nuldoc/public/about/style.css4
3 files changed, 8 insertions, 36 deletions
diff --git a/services/nuldoc/public/about/404.html b/services/nuldoc/public/about/404.html
index fa1b7e7..633b3ed 100644
--- a/services/nuldoc/public/about/404.html
+++ b/services/nuldoc/public/about/404.html
@@ -14,29 +14,13 @@
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Page Not Found|REPL: Rest-Eat-Program Loop</title>
- <link rel="stylesheet" href="/style.css?h=d2f027875115279303f9fe391e2ef61b">
+ <link rel="stylesheet" href="/style.css?h=3e599d09fa43e2024fa30aaaa64b1f59">
</head>
<body class="single">
<header class="header">
<div class="site-logo">
- <a href="/">REPL: Rest-Eat-Program Loop</a>
+ <a href="https://nsfisis.dev/">REPL: Rest-Eat-Program Loop</a>
</div>
- <nav class="nav">
- <ul>
- <li>
- <a href="/about/">About</a>
- </li>
- <li>
- <a href="/posts/">Posts</a>
- </li>
- <li>
- <a href="/slides/">Slides</a>
- </li>
- <li>
- <a href="/tags/">Tags</a>
- </li>
- </ul>
- </nav>
</header>
<main class="main">
<article>
diff --git a/services/nuldoc/public/about/index.html b/services/nuldoc/public/about/index.html
index 345a632..af5fd85 100644
--- a/services/nuldoc/public/about/index.html
+++ b/services/nuldoc/public/about/index.html
@@ -14,29 +14,13 @@
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>About|REPL: Rest-Eat-Program Loop</title>
- <link rel="stylesheet" href="/style.css?h=d2f027875115279303f9fe391e2ef61b">
+ <link rel="stylesheet" href="/style.css?h=3e599d09fa43e2024fa30aaaa64b1f59">
</head>
<body class="single">
<header class="header">
<div class="site-logo">
- <a href="/">REPL: Rest-Eat-Program Loop</a>
+ <a href="https://nsfisis.dev/">REPL: Rest-Eat-Program Loop</a>
</div>
- <nav class="nav">
- <ul>
- <li>
- <a href="/about/">About</a>
- </li>
- <li>
- <a href="/posts/">Posts</a>
- </li>
- <li>
- <a href="/slides/">Slides</a>
- </li>
- <li>
- <a href="/tags/">Tags</a>
- </li>
- </ul>
- </nav>
</header>
<main class="main">
<article class="post-single">
diff --git a/services/nuldoc/public/about/style.css b/services/nuldoc/public/about/style.css
index 3ce6f23..d20faf4 100644
--- a/services/nuldoc/public/about/style.css
+++ b/services/nuldoc/public/about/style.css
@@ -50,6 +50,10 @@ body > footer {
color: #fff;
}
+.site-logo a:hover {
+ color: #fff;
+}
+
.nav {
padding: 0;
margin: 0.5rem 0 0;