webservices-app/src/app.css

33 lines
460 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.3em;
border: double 3px #ddd;
border-top: none;
border-bottom: none;
}
h1 {
padding-left: 0;
}
a {
text-decoration: none;
color: #4054ad;
font-weight: bold;
}
a:hover {
color: #000;
text-decoration: underline;
}
a:visited {
color: #437fad;
}