summaryrefslogtreecommitdiff
path: root/views/partials/header.ejs
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2022-10-22 14:49:04 +0100
committerRafael Marçalo <raroma09@gmail.com>2022-10-22 14:49:04 +0100
commitb5be1fc04a7931b0a3e042b20dc635fd77807d08 (patch)
tree377bd8b241bc338330647b57d7f5762cf10e3db4 /views/partials/header.ejs
parentafd9600c6d9e1558ea021e9fcb194661487fa056 (diff)
Added dark theme and converted indentation to tabs
Diffstat (limited to 'views/partials/header.ejs')
-rw-r--r--views/partials/header.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index 320a1e2..b03aed2 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -5,7 +5,7 @@
<%- include('top/head'); %>
</head>
-<body>
+<body class="text-bg-dark-shade">
<navbar>
<%- include('top/navbar'); %>