Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-06-06 07:49:30 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-06-06 07:49:30 +0300
commitc883a87e32ee8977d6dc6174ea1e1ad6726d39f9 (patch)
tree5c3402585c03d978b1522cac8933caed4f2db03f
parent734cae246646cf1d761cf4edfcb346dedaee827f (diff)
style updates
-rw-r--r--static/css/kitab.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/css/kitab.css b/static/css/kitab.css
index ddefd88..2b49062 100644
--- a/static/css/kitab.css
+++ b/static/css/kitab.css
@@ -1,13 +1,19 @@
+html {
+ scroll-behavior: smooth;
+}
body {
font-family: "Roboto", sans-serif;
- background-color: #f3f3ef;
+ background-color: whitesmoke;
overflow-y: scroll;
+ min-width: 250px;
}
nav {
height: 40px;
}
main {
min-height: calc(100vh - 100px);
+ background-color: white;
+ border-radius: 10px;
}
.side-bar {
width: 25px;