summaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
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%;
}