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:
Diffstat (limited to 'static/css/kitab.css')
-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;