Compare commits
No commits in common. "8b599165e194977aab08840b1fa896f8d59f1252" and "4c87679fbe087352486025e7fc339d79e69f59c7" have entirely different histories.
8b599165e1
...
4c87679fbe
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "articles"]
|
||||||
|
path = articles
|
||||||
|
url = git@gitea.hareworks.net:Hare/blog-articles.git
|
1
articles
Submodule
1
articles
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 14cf99e3c9651ca1c4199b2a53af9c438e0939f8
|
|
@ -3,7 +3,6 @@
|
||||||
--color-concept: hsl(39, 100%, 25%, 0.5);
|
--color-concept: hsl(39, 100%, 25%, 0.5);
|
||||||
--color-concept-hsl: 39, 100%, 25%;
|
--color-concept-hsl: 39, 100%, 25%;
|
||||||
--color-outline: #ffffff40;
|
--color-outline: #ffffff40;
|
||||||
width: 100%;
|
|
||||||
* {
|
* {
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
}
|
}
|
||||||
|
@ -99,7 +98,6 @@
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
margin-top: 0.75rem;
|
margin-top: 0.75rem;
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
white-space: pre-wrap;
|
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -100,7 +100,7 @@
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
max-width: 1000px;
|
width: 1000px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user