aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/default
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-30 03:23:36 +0900
committernsfisis <nsfisis@gmail.com>2025-11-30 03:23:36 +0900
commit1577bb10331d5d54e48fb0f406103a91d6379383 (patch)
tree5d36a4f5d149bbe53082b853212323108fe6e766 /services/nuldoc/public/default
parent013fd2595d1b69b0035dd26b8d5b8e5b97a63db7 (diff)
downloadnsfisis.dev-1577bb10331d5d54e48fb0f406103a91d6379383.tar.gz
nsfisis.dev-1577bb10331d5d54e48fb0f406103a91d6379383.tar.zst
nsfisis.dev-1577bb10331d5d54e48fb0f406103a91d6379383.zip
refactor(slides): Separate CSS files
Diffstat (limited to 'services/nuldoc/public/default')
-rw-r--r--services/nuldoc/public/default/404.html2
-rw-r--r--services/nuldoc/public/default/index.html2
-rw-r--r--services/nuldoc/public/default/style.css30
3 files changed, 2 insertions, 32 deletions
diff --git a/services/nuldoc/public/default/404.html b/services/nuldoc/public/default/404.html
index c1dc47c..7b49775 100644
--- a/services/nuldoc/public/default/404.html
+++ b/services/nuldoc/public/default/404.html
@@ -14,7 +14,7 @@
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Page Not Found|nsfisis.dev</title>
- <link rel="stylesheet" href="/style.css?h=ec5558227018dc7c32068be430121644">
+ <link rel="stylesheet" href="/style.css?h=9d424d92877741e194de056c1d1ca8a3">
</head>
<body class="single">
<header class="header">
diff --git a/services/nuldoc/public/default/index.html b/services/nuldoc/public/default/index.html
index 1630da4..e271f18 100644
--- a/services/nuldoc/public/default/index.html
+++ b/services/nuldoc/public/default/index.html
@@ -15,7 +15,7 @@
<link rel="alternate" type="application/atom+xml" href="https://nsfisis.dev/atom.xml">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>nsfisis.dev</title>
- <link rel="stylesheet" href="/style.css?h=ec5558227018dc7c32068be430121644">
+ <link rel="stylesheet" href="/style.css?h=9d424d92877741e194de056c1d1ca8a3">
</head>
<body class="single">
<header class="header">
diff --git a/services/nuldoc/public/default/style.css b/services/nuldoc/public/default/style.css
index 32dd4f5..8c848bc 100644
--- a/services/nuldoc/public/default/style.css
+++ b/services/nuldoc/public/default/style.css
@@ -418,33 +418,3 @@ img {
color: #000;
border-bottom-color: #000;
}
-
-.controllers {
- display: flex;
- flex-direction: column;
- align-items: end;
- margin: 1rem 0;
-}
-
-.controllers-buttons {
- display: flex;
- align-items: center;
- gap: 1rem;
-}
-
-.controllers button {
- width: 3.5rem;
- height: 3rem;
- border-radius: 0.5rem;
- background: #000;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- border: none;
- cursor: pointer;
-}
-
-.controllers button:hover {
- background: #555;
-}