webservices-app/src/app.css

24 lines
337 B
CSS
Raw Normal View History

@import '../static/fonts.css';
html {
}
body {
font-family: 'Moderustic';
2024-09-05 11:07:29 +12:00
background-color: #ddfafa;
box-sizing: border-box;
margin: 0 auto;
min-height: 100%;
padding: 1em;
width: 100%;
font-size: 1.2em;
border: double 3px #ddd;
border-top: none;
border-bottom: none;
}
h1 {
padding-left: 0;
}
a {
text-decoration: none;
}