Files
changedetection.io/backend/static/css/styles.css
Leigh Morresi ec3f34804f Initial commit
2021-01-27 12:39:46 +01:00

25 lines
325 B
CSS

/*
* -- 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 {
padding-top: 3em;
display: flex;
align-items: center;
justify-content: center;
}