Initial commit

This commit is contained in:
Leigh Morresi
2021-01-27 12:39:46 +01:00
commit ec3f34804f
16 changed files with 333 additions and 0 deletions

11
backend/static/css/pure-min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,24 @@
/*
* -- 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;
}