Moved everything out of the theme
This commit is contained in:
parent
347fe76db6
commit
f20fba6dbf
27 changed files with 4 additions and 6 deletions
5
source/assets/sass/components/_footer.scss
Normal file
5
source/assets/sass/components/_footer.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
.copyright {
|
||||
border-top: 1px solid #CCC;
|
||||
margin-top: 1em;
|
||||
padding-top: 1em;
|
||||
}
|
6
source/assets/sass/components/_latest-posts.scss
Normal file
6
source/assets/sass/components/_latest-posts.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
.latest-posts {
|
||||
li.active a {
|
||||
color: $dark-gray;
|
||||
font-weight: $semibold;
|
||||
}
|
||||
}
|
0
source/assets/sass/components/_navbar.scss
Normal file
0
source/assets/sass/components/_navbar.scss
Normal file
Loading…
Add table
Add a link
Reference in a new issue