Compare commits

..

No commits in common. "8b599165e194977aab08840b1fa896f8d59f1252" and "4c87679fbe087352486025e7fc339d79e69f59c7" have entirely different histories.

4 changed files with 5 additions and 3 deletions

3
.gitmodules vendored
View File

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

1
articles Submodule

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

View File

@ -3,7 +3,6 @@
--color-concept: hsl(39, 100%, 25%, 0.5);
--color-concept-hsl: 39, 100%, 25%;
--color-outline: #ffffff40;
width: 100%;
* {
color: var(--color-text);
}
@ -99,7 +98,6 @@
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;
max-width: 1000px;
width: 1000px;
margin: 0 auto;
display: flex;
flex-direction: column;