diff options
author | hellekin <hellekin@cepheide.org> | 2017-11-27 23:57:36 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2017-11-27 23:57:36 +0100 |
commit | 16fa032f24fe01e3ceee91d46f19522fd46fa83f (patch) | |
tree | 9f63429114fde89ba42861269b01ccfc69d918da | |
parent | 668d1fe23720c623826a20ff2a118d32d45a86a2 (diff) | |
download | public-infrastructure.eu-16fa032f24fe01e3ceee91d46f19522fd46fa83f.tar.gz |
Colorize links and background.
-rw-r--r-- | www/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 8e04c80..39ba5ec 100644 --- a/www/index.html +++ b/www/index.html @@ -5,8 +5,10 @@ <title> Public Infrastructure for Europe </title> <style> html { height: 100vh; width: 100vw; margin: 0; padding: 0; } - body { background: #000 url(assets/PUBLIC_LOGO.svg) bottom right no-repeat; font-family: "Asap Condensed", sans-serif; } + body { background: #020205 url(assets/PUBLIC_LOGO.svg) bottom right no-repeat; font-family: "Asap Condensed", sans-serif; } main { background-color: rgba(0,0,0,0.5); color: #ccc; padding: 1rem; } + main p:first-child strong { color: #d4aa00; } + :link { color: #104ba9; } @media screen and (max-device-width: 500px) { body { background-size: contain; } } </style> </head> |