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:
-rw-r--r--static/css/kitab.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/kitab.css b/static/css/kitab.css
index 7abc9b1..73464db 100644
--- a/static/css/kitab.css
+++ b/static/css/kitab.css
@@ -3,6 +3,7 @@
}
body {
background-color: #f3f3ef;
+ overflow-y: scroll;
}
.navMenu {
color: #007bff !important;
@@ -12,6 +13,10 @@ body {
color: #0056b3 !important;
cursor: pointer;
}
+.navMenu-disabled {
+ color: #4e4f50 !important;
+ font-size: 1.5em;
+}
a:hover {
text-decoration: none;
}
@@ -33,7 +38,6 @@ a:hover {
position: fixed;
bottom: 10px;
}
-
.dropbtn {
color: #007bff;
}