Add footer styling, fixes #8
This commit is contained in:
parent
9a9fdf26c3
commit
62d92737f8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,24 @@
|
||||||
|
@import '_colors.sass'
|
||||||
|
|
||||||
|
#site-footer
|
||||||
|
font-style: normal
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.site-footer-links
|
||||||
|
font-weight: normal
|
||||||
|
|
||||||
|
a
|
||||||
|
color: $yellow
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:active,
|
||||||
|
&:focus
|
||||||
|
color: $pink
|
||||||
|
|
||||||
|
&:visited
|
||||||
|
color: $yellow
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:active,
|
||||||
|
&:focus
|
||||||
|
color: $pink
|
|
@ -4,7 +4,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"name": "Tildes Monokai",
|
"name": "Tildes Monokai",
|
||||||
"namespace": "tildes.net",
|
"namespace": "tildes.net",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"author": "Bauke",
|
"author": "Bauke",
|
||||||
"description": "Monokai theme for Tildes.net",
|
"description": "Monokai theme for Tildes.net",
|
||||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@-moz-document domain('tildes.net')
|
|
||||||
@import '_buttons.sass'
|
@import '_buttons.sass'
|
||||||
@import '_colors.sass'
|
@import '_colors.sass'
|
||||||
@import '_comments.sass'
|
@import '_comments.sass'
|
||||||
|
@import '_footer.sass'
|
||||||
@import '_html-tags.sass'
|
@import '_html-tags.sass'
|
||||||
@import '_listing-options.sass'
|
@import '_listing-options.sass'
|
||||||
@import '_message-list.sass'
|
@import '_message-list.sass'
|
||||||
|
|
Loading…
Reference in New Issue