summaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-02-05 11:19:30 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-02-05 11:19:30 +0100
commite105688c41d90c920cff6f6a1fe78f0847d6e638 (patch)
tree943c88471cd55572cc32d19ae2a96360fba4c922 /assets/css/screen.css
parent40d64b150534f830bc99bf0adc5cb90d79ce4499 (diff)
html: Add footer.
* mumi/web/view/html.scm (layout): Add footer. * assets/css/screen.css (footer): Add new rule.
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r--assets/css/screen.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 2e52ae4..046b908 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -129,6 +129,19 @@ tr.important td:nth-child(1) {
width: 500px;
}
+footer {
+ border-color: #1A1A1A1A;
+ border-style: dashed none none none;
+ border-width: 2px;
+ width: 100%;
+ align-items: center;
+ text-align: center;
+ margin-top: 3rem;
+ padding: 1rem;
+ color: #586069;
+ background: #fafafa;
+}
+
table {
width: 100%;
}