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

kitab.css « css « static - github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 164a404c07e9a209474b3174618c9bf1bd5fc71d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
}