Theme installed
This commit is contained in:
parent
8c90bb2dfc
commit
9f4d78baa2
135 changed files with 2650 additions and 269 deletions
61
sass/css/_page.scss
Normal file
61
sass/css/_page.scss
Normal file
|
@ -0,0 +1,61 @@
|
|||
.content {
|
||||
min-height: 80vh;
|
||||
font-size: 1.2em;
|
||||
font-weight: lighter;
|
||||
ul {
|
||||
li {
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
table {
|
||||
border-spacing: 0;
|
||||
border-right: 1px solid var(--main-color);
|
||||
border-bottom: 1px solid var(--main-color);
|
||||
th, td {
|
||||
padding: .5em;
|
||||
border-top: 1px solid var(--main-color);
|
||||
border-left: 1px solid var(--main-color);
|
||||
}
|
||||
th {
|
||||
background-color: var(--hover-bg);
|
||||
}
|
||||
}
|
||||
}
|
||||
.post-tags {
|
||||
ul {
|
||||
padding: 0;
|
||||
li {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
min-height: 80vh;
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
|
||||
|
||||
.toc {
|
||||
font-weight: normal;
|
||||
ul {
|
||||
padding-left: .5em;
|
||||
li{
|
||||
display: list-item;
|
||||
padding-left: .5em;
|
||||
font-size: 1em;
|
||||
line-height: 1.2em;
|
||||
list-style: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.badges {
|
||||
padding: 1em;
|
||||
background-color: var(--code-bg-color);
|
||||
img {
|
||||
width: 6em;
|
||||
height: 6em;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue