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