You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
changedetection.io/backend/static/css/styles.css

27 lines
350 B

4 years ago
/*
* -- BASE STYLES --
* Most of these are inherited from Base, but I want to change a few.
*/
body {
color: #333;
}
a {
text-decoration: none;
color: #1b98f8;
}
a.github-link {
color: #fff;
}
section.content {
4 years ago
4 years ago
padding-top: 3em;
4 years ago
flex-direction: column;
4 years ago
display: flex;
align-items: center;
justify-content: center;
}