This commit is contained in:
2026-03-31 00:37:29 +09:00
parent b4d47249b1
commit 837430d8e4

View File

@@ -76,8 +76,8 @@
url("https://nercone.dev/assets/fonts/MesloLGSNerdFont-BoldItalic.woff2") format("woff2") url("https://nercone.dev/assets/fonts/MesloLGSNerdFont-BoldItalic.woff2") format("woff2")
} }
html { html {
color: #A9A9A9; color: #E0E0E0;
background-color: #202020; background-color: #1A1A1A;
margin: 0; margin: 0;
padding: 0; padding: 0;
padding-top: 0; padding-top: 0;
@@ -96,7 +96,7 @@
} }
header { header {
view-transition-name: header-content; view-transition-name: header-content;
background-color: #202020C0; background-color: #1A1A1AC0;
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
position: fixed; position: fixed;
top: 0; top: 0;
@@ -147,10 +147,10 @@
line-height: 8pt; line-height: 8pt;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #C8C8C8; color: #FFFFFF;
} }
.block { .block {
background-color: #303030; background-color: #272727;
border-radius: 6px; border-radius: 6px;
padding-top: 4px; padding-top: 4px;
padding-left: 24px; padding-left: 24px;
@@ -162,8 +162,10 @@
margin-bottom: 20px; margin-bottom: 20px;
} }
pre { pre {
background-color: #272727;
border-color: #939393;
border-width: 1px;
border-radius: 4px; border-radius: 4px;
background-color: #262626;
padding: 8px; padding: 8px;
padding-left: 16px; padding-left: 16px;
overflow-x: auto; overflow-x: auto;
@@ -212,10 +214,10 @@
text-decoration: underline; text-decoration: underline;
} }
.text-highlight { .text-highlight {
color: #C8C8C8; color: #FCFCFC;
} }
.text-lowlight { .text-lowlight {
color: #818181; color: #939393;
} }
.text-tc { .text-tc {
font-family: "Noto Sans TC"; font-family: "Noto Sans TC";
@@ -295,7 +297,7 @@
width: 25px; width: 25px;
height: 25px; height: 25px;
border-radius: 50%; border-radius: 50%;
background: #C8C8C8C0; background: #FFFFFFC0;
pointer-events: none; pointer-events: none;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
opacity: 0; opacity: 0;
@@ -315,11 +317,11 @@
#cursor.on-text { #cursor.on-text {
width: 3px; width: 3px;
border-radius: 1.5px; border-radius: 1.5px;
background: #C8C8C8C0; background: #FFFFFFC0;
} }
#cursor.on-link { #cursor.on-link {
border-radius: 6px; border-radius: 6px;
background: #C8C8C840; background: #FFFFFF40;
transform: translate(0, 0); transform: translate(0, 0);
} }
</style> </style>