redesign: テック感のあるトップページに刷新
Deploy Docusaurus Site / deploy (push) Successful in 29s

This commit is contained in:
2026-02-28 02:05:37 +00:00
parent 8f2b0885f3
commit 51a1104284
3 changed files with 167 additions and 51 deletions
+2 -7
View File
@@ -1,10 +1,5 @@
/**
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap');
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #2e8555;
--ifm-color-primary-dark: #29784c;
@@ -15,9 +10,9 @@
--ifm-color-primary-lightest: #3cad6e;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--site-font-mono: 'JetBrains Mono', monospace;
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: #21af90;