all repos — iot-project @ 0627d8a0865451db9600af9ebcb04e083c391149

backend_iot/static/globals.css (view raw)

 1@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
 2* {
 3  -webkit-font-smoothing: antialiased;
 4  box-sizing: border-box;
 5}
 6html,
 7body {
 8  margin: 0px;
 9  height: 100%;
10  
11  color: white;
12}
13/* a blue color as a generic focus style */
14button:focus-visible {
15  outline: 2px solid #4a90e2 !important;
16  outline: -webkit-focus-ring-color auto 5px !important;
17}
18a {
19  text-decoration: none;
20}
21@import url("https://fonts.googleapis.com/css?family=Inter:400");