Added and internalized Pico theme for customization
This commit is contained in:
parent
8e7f72ce8b
commit
8c90bb2dfc
71 changed files with 4587 additions and 0 deletions
33
themes/pico/sass/css/_section.scss
Normal file
33
themes/pico/sass/css/_section.scss
Normal file
|
@ -0,0 +1,33 @@
|
|||
.reading-time {
|
||||
padding-left: .5em;
|
||||
line-height: 1em;
|
||||
font-size: .9em;
|
||||
}
|
||||
#catlist, #taglist {
|
||||
ul {
|
||||
list-style: none;
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
#taglist {
|
||||
font-weight: normal;
|
||||
a:link, a:visited, a:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
#catlist {
|
||||
b {
|
||||
font-weight: 500;
|
||||
}
|
||||
a:link, a:visited, a:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.post-desc {
|
||||
font-weight: 100;
|
||||
font-size: .9em;
|
||||
line-height: 1em;
|
||||
padding-bottom: 1em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue