diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 18:04:05 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 18:04:05 +0100 |
| commit | b0eb2d9672044a1b64a2a1f21540f9ef1bd7b571 (patch) | |
| tree | d96fc33f15f4c03a78501a429676913291966f2f | |
| parent | c6da699f18426079435ad4664e7c715386ff82c0 (diff) | |
prettier css
| -rw-r--r-- | site/assets/css/splash.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/site/assets/css/splash.css b/site/assets/css/splash.css index fbfc9b6f..eef3126f 100644 --- a/site/assets/css/splash.css +++ b/site/assets/css/splash.css @@ -2,7 +2,7 @@ html, body { overflow: hidden; - width: 100%; height:100%; + width: 100%; height: 100%; } header { position: absolute; @@ -17,6 +17,15 @@ footer { footer div { z-index: 2; } +header, footer { + text-shadow: 0 0 5px #191919, 0 0 5px #191919, 0 0 5px #191919; +} +header > div a, +footer > div { + background: rgba(25, 25, 25, 0.8); + padding: 3px; + border-radius: 2px; +} .splash { } #three_container { |
