summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/index.html b/index.html
index 219680a..6a9fc9f 100644
--- a/index.html
+++ b/index.html
@@ -8,18 +8,21 @@
body { margin: 0; background: #000; display: flex; justify-content: center; align-items: center; height: 100vh; }
img { max-width: 100%; max-height: 100vh; }
a.nav-button {
- position: fixed; left: 0; top: 16.6%;
+ position: fixed; left: 0;
color: #aaa; background: rgba(0,0,0,0.7);
padding: 0.45em 0.9em;
border: 1px solid #444; border-left: none;
border-radius: 0 0.3em 0.3em 0;
text-decoration: none; font-family: sans-serif; font-size: 0.95em;
}
- a.nav-button:hover { color: #fff; border-color: #888; }
+ a.nav-button.radars { top: 60%; }
+ a.nav-button.history { top: 75%; }
+ a.nav-button:hover { color: #fff; border-color: #888; }
</style>
</head>
<body>
<img src="/synopticLatest.png" alt="Latest synoptic">
- <a class="nav-button" href="https://radar.pestrel.com/">Radars</a>
+ <a class="nav-button radars" href="https://radar.pestrel.com/">Radars</a>
+ <a class="nav-button history" href="/morph.html">Monthly history</a>
</body>
</html>