awebsite/themes/pico/sass/css/_page.scss

61 lines
1.1 KiB
SCSS

.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;
}
}