diff --git a/web/static/app.css b/web/static/app.css index 5e0c9c9..fa74045 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -282,7 +282,15 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono border:1px solid var(--border); box-shadow:0 10px 30px rgba(0,0,0,.06); } +.version-link { + font-size: 0.5em; /* half the normal size */ + color: #aaa; /* light grey */ + text-decoration: none; /* no underline */ +} +.version-link:hover { + color: #888; /* slightly darker on hover */ +} /* Make the top bar feel lighter on a gradient */ .themed-bg .topbar-wrap{ background:rgba(248,250,252,.85); /* subtle translucency */