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