Start of development page

This commit is contained in:
2020-04-23 17:35:28 +01:00
parent 7a90646ac3
commit 1a6917ae47
6 changed files with 48 additions and 36 deletions

View File

@@ -1,6 +1,12 @@
body {
.site-header {
background: #202226;
color: #00ADFF;
}
/* TODO Proper theme overrides */
h1, .site-title {
color: #00ADFF !important;
}
.page-link {
color: white !important;
}
.bigimage {
transform: skew(-10deg);
@@ -41,3 +47,18 @@ a.button {
padding: 0.5em;
background: rgba(255, 255, 255, 0.3);
}
.badge {
/* Center the content */
align-items: center;
display: inline-flex;
justify-content: center;
/* Rounded border */
border-radius: 0.5em;
/* Spacing */
padding: 4px 8px;
}
.bg-green {
background: green;
}