diff options
Diffstat (limited to 'services/nuldoc/public/default')
| -rw-r--r-- | services/nuldoc/public/default/404.html | 20 | ||||
| -rw-r--r-- | services/nuldoc/public/default/index.html | 32 | ||||
| -rw-r--r-- | services/nuldoc/public/default/style.css | 4 |
3 files changed, 14 insertions, 42 deletions
diff --git a/services/nuldoc/public/default/404.html b/services/nuldoc/public/default/404.html index fa1b7e7..633b3ed 100644 --- a/services/nuldoc/public/default/404.html +++ b/services/nuldoc/public/default/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/default/index.html b/services/nuldoc/public/default/index.html index 2cc5888..9570f3b 100644 --- a/services/nuldoc/public/default/index.html +++ b/services/nuldoc/public/default/index.html @@ -15,57 +15,41 @@ <link rel="alternate" type="application/atom+xml" href="https://nsfisis.dev/atom.xml"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>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"> <article class="post-entry"> - <a href="/about/"> + <a href="https://about.nsfisis.dev/"> <header class="entry-header"> <h2>About</h2> </header> </a> </article> <article class="post-entry"> - <a href="/posts/"> + <a href="https://blog.nsfisis.dev/posts/"> <header class="entry-header"> - <h2>Posts</h2> + <h2>Blog</h2> </header> </a> </article> <article class="post-entry"> - <a href="/slides/"> + <a href="https://slides.nsfisis.dev/slides/"> <header class="entry-header"> <h2>Slides</h2> </header> </a> </article> <article class="post-entry"> - <a href="/tags/"> + <a href="https://repos.nsfisis.dev/"> <header class="entry-header"> - <h2>Tags</h2> + <h2>Repositories</h2> </header> </a> </article> diff --git a/services/nuldoc/public/default/style.css b/services/nuldoc/public/default/style.css index 3ce6f23..d20faf4 100644 --- a/services/nuldoc/public/default/style.css +++ b/services/nuldoc/public/default/style.css @@ -50,6 +50,10 @@ body > footer { color: #fff; } +.site-logo a:hover { + color: #fff; +} + .nav { padding: 0; margin: 0.5rem 0 0; |
