2023-02-22 16:20:07 +01:00
|
|
|
html, body {
|
|
|
|
|
font-size: 13px; /* this also defines the overall widget size as all sizes are in rem */
|
2023-02-19 17:13:33 +01:00
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0;
|
2023-02-22 16:20:07 +01:00
|
|
|
margin: 0;
|
2023-02-19 17:13:33 +01:00
|
|
|
background-color: #e5e5e5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-weight: 300 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: #2196f3;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover, a:focus {
|
|
|
|
|
color: #0a6ebd;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|