aboutsummaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html4
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>