New hugo-based web site.

This commit is contained in:
Justus Winter 2020-02-23 20:05:33 +01:00
commit f108b70c83
13 changed files with 612 additions and 0 deletions

9
static/css/style.css Normal file
View file

@ -0,0 +1,9 @@
.navbar-custom .navbar-brand,
.navbar-custom .nav li a {
color: #d900ffff;
}
.navbar-custom a.navbar-brand:hover,
.navbar-custom .nav li a:hover {
color: #ff0098;
}