This commit is contained in:
2026-04-17 06:16:30 +09:00
parent 1a2410488f
commit dc7472de89
20 changed files with 254 additions and 45 deletions
+66 -15
View File
@@ -97,7 +97,7 @@ pre {
margin-bottom: 20px;
}
.code {
code {
padding: 4px;
font-family: "MesloLGS Nerd Font", monospace;
font-optical-sizing: auto;
@@ -109,6 +109,7 @@ a {
text-decoration: underline;
color: inherit;
}
h1 {
font-weight: 400;
line-height: 8pt;
@@ -120,6 +121,70 @@ section h2, section h3 {
line-height: 8pt;
}
b {
font-weight: 400;
}
i {
font-style: italic;
}
u {
text-decoration: underline;
}
s {
text-decoration: line-through;
}
.font-bold {
font-weight: 400;
}
.font-italic {
font-style: italic;
}
.text-no-decoration {
text-decoration: none;
}
.text-underline {
text-decoration: underline;
}
.text-overline {
text-decoration: overline;
}
.text-line-through {
text-decoration: line-through;
}
.font-xx-small {
font-size: xx-small;
}
.font-x-small {
font-size: x-small;
}
.font-small {
font-size: small;
}
.font-medium {
font-size: medium;
}
.font-large {
font-size: large;
}
.font-x-large {
font-size: x-large;
}
.font-xx-large {
font-size: xx-large;
}
.font-xxx-large {
font-size: xxx-large;
}
.font-smaller {
font-size: smaller;
}
.font-larger {
font-size: larger;
}
.font-inter {
font-family: "Inter";
}
@@ -139,20 +204,6 @@ section h2, section h3 {
font-family: "MesloLGS Nerd Font";
}
.font-small {
font-size: small;
}
.font-bold {
font-weight: 400;
}
.text-no-decoration {
text-decoration: none;
}
.text-underline {
text-decoration: underline;
}
/* Colors */
.text-white {
color: #FFFFFF;
+66 -15
View File
@@ -111,7 +111,7 @@ pre {
margin-bottom: 20px;
}
.code {
code {
padding: 4px;
font-family: "MesloLGS Nerd Font", monospace;
font-optical-sizing: auto;
@@ -156,6 +156,7 @@ a {
text-decoration: underline;
color: inherit;
}
h1 {
font-weight: 400;
line-height: 8pt;
@@ -167,6 +168,70 @@ section h2, section h3 {
line-height: 8pt;
}
b {
font-weight: 400;
}
i {
font-style: italic;
}
u {
text-decoration: underline;
}
s {
text-decoration: line-through;
}
.font-bold {
font-weight: 400;
}
.font-italic {
font-style: italic;
}
.text-no-decoration {
text-decoration: none;
}
.text-underline {
text-decoration: underline;
}
.text-overline {
text-decoration: overline;
}
.text-line-through {
text-decoration: line-through;
}
.font-xx-small {
font-size: xx-small;
}
.font-x-small {
font-size: x-small;
}
.font-small {
font-size: small;
}
.font-medium {
font-size: medium;
}
.font-large {
font-size: large;
}
.font-x-large {
font-size: x-large;
}
.font-xx-large {
font-size: xx-large;
}
.font-xxx-large {
font-size: xxx-large;
}
.font-smaller {
font-size: smaller;
}
.font-larger {
font-size: larger;
}
.font-inter {
font-family: "Inter";
}
@@ -186,20 +251,6 @@ section h2, section h3 {
font-family: "MesloLGS Nerd Font";
}
.font-small {
font-size: small;
}
.font-bold {
font-weight: 400;
}
.text-no-decoration {
text-decoration: none;
}
.text-underline {
text-decoration: underline;
}
/* Colors */
.text-white {
color: #FFFFFF;