aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/routes/style.css
blob: fa72c7e566e165899bddc90e47a57d997fddd203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
  margin: 0;
  font-family: Roboto, Helvetica, sans-serif;
}

/* generic scrollbar styling for chrome & friends */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #6e6e6e;
}