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.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/static/css/kitab.css b/static/css/kitab.css
new file mode 100644
index 0000000..164a404
--- /dev/null
+++ b/static/css/kitab.css
@@ -0,0 +1,24 @@
+html {
+ width: 100vw;
+}
+* {
+ font-family: "Roboto", sans-serif;
+}
+body {
+ background-color: #f3f3ef;
+}
+.navMenu {
+ color: #007bff !important;
+ font-size: 1.8em;
+}
+.navMenu:hover {
+ color: #0056b3 !important;
+ cursor: pointer;
+}
+a:hover {
+ text-decoration: none;
+}
+.toTop {
+ position: fixed;
+ bottom: 0;
+}