changedetection.io/backend/static/css/styles.css

27 wiersze
350 B
CSS
Czysty Zwykły widok Historia

2021-01-27 11:39:46 +00:00
/*
* -- 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 {
2021-01-27 12:17:35 +00:00
2021-01-27 11:39:46 +00:00
padding-top: 3em;
2021-01-27 12:17:35 +00:00
flex-direction: column;
2021-01-27 11:39:46 +00:00
display: flex;
align-items: center;
justify-content: center;
}