summaryrefslogtreecommitdiffstats
path: root/src/_footer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_footer.scss')
-rw-r--r--src/_footer.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_footer.scss b/src/_footer.scss
new file mode 100644
index 0000000..714a1cf
--- /dev/null
+++ b/src/_footer.scss
@@ -0,0 +1,9 @@
1@mixin styles {
2 .boxesFooterBoxes {
3 a {
4 &:hover {
5 text-decoration: underline;
6 }
7 }
8 }
9}