Compare commits

..

2 Commits

Author SHA1 Message Date
8b599165e1 feat: pre-tag text warp did not work. 2024-09-03 18:27:49 +09:00
b8eb9acb8b chore: Remove articles subproject 2024-09-03 18:24:54 +09:00
4 changed files with 3 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "articles"]
path = articles
url = git@gitea.hareworks.net:Hare/blog-articles.git

@ -1 +0,0 @@
Subproject commit 14cf99e3c9651ca1c4199b2a53af9c438e0939f8

View File

@ -3,6 +3,7 @@
--color-concept: hsl(39, 100%, 25%, 0.5);
--color-concept-hsl: 39, 100%, 25%;
--color-outline: #ffffff40;
width: 100%;
* {
color: var(--color-text);
}
@ -98,6 +99,7 @@
font-family: monospace;
margin-top: 0.75rem;
margin-bottom: 0.75rem;
white-space: pre-wrap;
}
code {
display: inline-block;

View File

@ -100,7 +100,7 @@
min-height: 100%;
padding: 20px;
padding-top: 100px;
width: 1000px;
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-direction: column;