Init commit. Added under construction banner for all pages.

This commit is contained in:
2020-02-23 12:36:42 +01:00
parent 0f9cd0c2bc
commit 234bb6f255
425 changed files with 15994 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
.constructionBanner {
font-family: "Helvetica Neue", Arial, sans-serif;
color: white;
font-size: 1rem;
font-weight: 300;
text-align: center;
background-color: #ed8b35;
width: 100%;
padding: 0.7rem 1rem;
margin-bottom: 1rem;
}
.constructionBanner a {
color: white;
border-bottom: 2.3px solid grey;
text-decoration: none;
}
.constructionBanner a:hover {
border-bottom: 2.3px solid white;
}