aboutsummaryrefslogtreecommitdiff
path: root/public/css/footer.css
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-09-12 23:01:45 +0000
committerKumar Damani <me@kumardamani.net>2022-09-12 23:01:45 +0000
commitdf096396a542e87a248089d8d4e9ab3a2b1b5e1a (patch)
tree3d837f3df3962c8b626b7359558933a9d4c379fc /public/css/footer.css
parent89ea076e19c28ebb27b0bd7096b7bb3c319f9563 (diff)
parente629cc77768ad029445648540a0dd4129ce869a7 (diff)
Merge branch 'hugo' into 'main'
moved to hugo See merge request kdam0/kumardamani.net!1
Diffstat (limited to 'public/css/footer.css')
-rw-r--r--public/css/footer.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/css/footer.css b/public/css/footer.css
new file mode 100644
index 0000000..3c5d6e9
--- /dev/null
+++ b/public/css/footer.css
@@ -0,0 +1,7 @@
+.page__footer {
+ color: var(--bright-bg);
+}
+
+.page__footer p {
+ margin: 0;
+}