diff options
Diffstat (limited to 'src/scss/custom/_footer.scss')
-rw-r--r-- | src/scss/custom/_footer.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/scss/custom/_footer.scss b/src/scss/custom/_footer.scss new file mode 100644 index 0000000..a92637d --- /dev/null +++ b/src/scss/custom/_footer.scss @@ -0,0 +1,11 @@ +.footer { + background-color: #0c0f0f; + color: whitesmoke; + a { + color: #dd7325; + } +} + +.footer-top-shadow { + box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1); +} |