Site updated: 2020-11-12 16:10:46
This commit is contained in:
parent
6e65edd390
commit
fc25544a4c
@ -1240,6 +1240,7 @@ footer .copyright a {
|
|||||||
background-color: #201c29;
|
background-color: #201c29;
|
||||||
margin: calc(28.87px + 1rem) 1rem;
|
margin: calc(28.87px + 1rem) 1rem;
|
||||||
transition: all 500ms ease-in-out;
|
transition: all 500ms ease-in-out;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
.category-list .category-list-item.active {
|
.category-list .category-list-item.active {
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
@ -2438,8 +2439,12 @@ h1.title {
|
|||||||
.else .md-content ul li {
|
.else .md-content ul li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
|
position: relative;
|
||||||
|
padding: 0 0 0 1em;
|
||||||
}
|
}
|
||||||
.else .md-content ul li:before {
|
.else .md-content ul li:before {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
content: "•";
|
content: "•";
|
||||||
margin: 0 1rem 0 0;
|
margin: 0 1rem 0 0;
|
||||||
color: var(--secondary);
|
color: var(--secondary);
|
||||||
@ -2448,7 +2453,7 @@ h1.title {
|
|||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
.else .md-content ol {
|
.else .md-content ol {
|
||||||
margin: 0 0 2rem 0;
|
margin: 0 0 2rem 1rem;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
counter-reset: li;
|
counter-reset: li;
|
||||||
padding-inline-start: 0;
|
padding-inline-start: 0;
|
||||||
@ -2457,8 +2462,10 @@ h1.title {
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
counter-increment: li;
|
counter-increment: li;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.else .md-content ol li:before {
|
.else .md-content ol li:before {
|
||||||
|
position: absolute;
|
||||||
content: counter(li);
|
content: counter(li);
|
||||||
color: var(--secondary);
|
color: var(--secondary);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -2752,8 +2759,12 @@ h1.title {
|
|||||||
.content ul li {
|
.content ul li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
|
position: relative;
|
||||||
|
padding: 0 0 0 1em;
|
||||||
}
|
}
|
||||||
.content ul li:before {
|
.content ul li:before {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
content: "•";
|
content: "•";
|
||||||
margin: 0 1rem 0 0;
|
margin: 0 1rem 0 0;
|
||||||
color: var(--dark);
|
color: var(--dark);
|
||||||
@ -2770,11 +2781,13 @@ h1.title {
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
counter-increment: li;
|
counter-increment: li;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.content ol li:before {
|
.content ol li:before {
|
||||||
content: counter(li);
|
content: counter(li);
|
||||||
color: var(--dark);
|
color: var(--dark);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
margin-left: -1.5em;
|
margin-left: -1.5em;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
1109
js/obsidian.js
1109
js/obsidian.js
File diff suppressed because it is too large
Load Diff
12
search.xml
12
search.xml
@ -274,10 +274,10 @@
|
|||||||
|
|
||||||
<tags>
|
<tags>
|
||||||
|
|
||||||
<tag> Open-Source </tag>
|
|
||||||
|
|
||||||
<tag> Windows </tag>
|
<tag> Windows </tag>
|
||||||
|
|
||||||
|
<tag> Open-Source </tag>
|
||||||
|
|
||||||
</tags>
|
</tags>
|
||||||
|
|
||||||
</entry>
|
</entry>
|
||||||
@ -301,10 +301,10 @@
|
|||||||
|
|
||||||
<tags>
|
<tags>
|
||||||
|
|
||||||
<tag> Open-Source </tag>
|
|
||||||
|
|
||||||
<tag> Windows </tag>
|
<tag> Windows </tag>
|
||||||
|
|
||||||
|
<tag> Open-Source </tag>
|
||||||
|
|
||||||
<tag> Terminal </tag>
|
<tag> Terminal </tag>
|
||||||
|
|
||||||
</tags>
|
</tags>
|
||||||
@ -330,10 +330,10 @@
|
|||||||
|
|
||||||
<tags>
|
<tags>
|
||||||
|
|
||||||
<tag> Windows </tag>
|
|
||||||
|
|
||||||
<tag> Cpp </tag>
|
<tag> Cpp </tag>
|
||||||
|
|
||||||
|
<tag> Windows </tag>
|
||||||
|
|
||||||
<tag> Linux </tag>
|
<tag> Linux </tag>
|
||||||
|
|
||||||
</tags>
|
</tags>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user