web-base/css/style.css

17 lines
279 B
CSS
Raw Permalink Normal View History

2020-02-09 23:02:19 +01:00
html, body {
height: 100%;
margin: 0;
padding: 0;
2020-04-03 22:10:21 +02:00
font-family: "Verdana", serif;
2020-02-09 23:02:19 +01:00
color: #555;
}
.hidden { display: none; }
.external::after {
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: " \f35d";
font-size: 10px;
vertical-align: super;
2020-04-03 22:10:21 +02:00
}