add packagelock and style.css

This commit is contained in:
Christian Seyfferth 2020-05-08 18:01:49 +02:00
parent 51979a2d61
commit b8ae799fa1
2 changed files with 10486 additions and 4 deletions

10485
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,3 @@
:root {
--primary-color: #33691e; }
#willkommen-banner {
height: calc(100vh - 64px); }
#willkommen-banner .lead {
@ -37,7 +34,7 @@
content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); }
a:not([href^='#']) {
color: var(--primary-color); }
color: #33691e; }
#logo-container img {
height: 64px; }