diff --git a/index.html b/index.html index 57ae9b2..928e1c9 100644 --- a/index.html +++ b/index.html @@ -14,12 +14,12 @@ - +
- +

Seite von dem Wobbler

diff --git a/styles.php b/styles.php index 5e24267..60dca7c 100644 --- a/styles.php +++ b/styles.php @@ -8,6 +8,17 @@ html:not([data-scroll='0']) .topnav { position: fixed; } +* { + font-family: ubuntu, arial; + font-size: 16px; + text-color: white; + text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0); +} + +body { + background-color: #2e2e2e +} + p { font-family: ubuntu, arial; padding-left: 20px; @@ -22,6 +33,13 @@ a { text-decoration: none; } +label { + font-family: ubuntu, arial; + font-size: 16px; + color: white; + text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0); +} + .background { background-image: url(''); background-repeat: no-repeat;