summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/static')
-rw-r--r--yaksh/static/yaksh/css/custom.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css
index edb9530..302ac19 100644
--- a/yaksh/static/yaksh/css/custom.css
+++ b/yaksh/static/yaksh/css/custom.css
@@ -214,4 +214,14 @@ iframe {
.toast-top-center {
padding-top: 5em;
-} \ No newline at end of file
+}
+
+.footer {
+ position: fixed;
+ z-index: 100;
+ bottom: 0;
+ width: 100%;
+ background-color: #61615F;
+ color: white;
+ text-align: center;
+}