aboutsummaryrefslogtreecommitdiff
path: root/assets/css/partials/footer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/partials/footer.scss')
-rw-r--r--assets/css/partials/footer.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/partials/footer.scss b/assets/css/partials/footer.scss
new file mode 100644
index 0000000..6affeac
--- /dev/null
+++ b/assets/css/partials/footer.scss
@@ -0,0 +1,10 @@
+footer {
+ background-color: #333;
+ color: white;
+
+ padding: 0.5rem 1rem;
+
+ a {
+ color: var(--accent-7);
+ }
+} \ No newline at end of file