Update web/static/app.css

This commit is contained in:
Joshua Laymon 2025-08-13 20:22:48 +00:00
parent 572dc190d7
commit e9966e5064

View File

@ -283,7 +283,7 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono
box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.version-link {
font-size: 0.5em; /* half the normal size */
font-size: 0.7em; /* half the normal size */
color: #aaa; /* light grey */
text-decoration: none; /* no underline */
}
@ -298,3 +298,8 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono
-webkit-backdrop-filter: blur(6px);
border-bottom:1px solid rgba(229,231,235,.9);
}
.brand {
display: flex;
align-items: baseline;
gap: 0.5em; /* space between text and version */
}