web-base/css/style.css
2020-04-03 22:10:21 +02:00

17 lines
279 B
CSS

html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Verdana", serif;
color: #555;
}
.hidden { display: none; }
.external::after {
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: " \f35d";
font-size: 10px;
vertical-align: super;
}