Compare commits
2 Commits
4c87679fbe
...
8b599165e1
Author | SHA1 | Date | |
---|---|---|---|
8b599165e1 | |||
b8eb9acb8b |
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "articles"]
|
||||
path = articles
|
||||
url = git@gitea.hareworks.net:Hare/blog-articles.git
|
1
articles
1
articles
|
@ -1 +0,0 @@
|
|||
Subproject commit 14cf99e3c9651ca1c4199b2a53af9c438e0939f8
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user