Update web/static/app.css
This commit is contained in:
parent
a7f3b48e01
commit
572dc190d7
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user