Update web/static/app.css
This commit is contained in:
parent
572dc190d7
commit
e9966e5064
@ -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);
|
box-shadow:0 10px 30px rgba(0,0,0,.06);
|
||||||
}
|
}
|
||||||
.version-link {
|
.version-link {
|
||||||
font-size: 0.5em; /* half the normal size */
|
font-size: 0.7em; /* half the normal size */
|
||||||
color: #aaa; /* light grey */
|
color: #aaa; /* light grey */
|
||||||
text-decoration: none; /* no underline */
|
text-decoration: none; /* no underline */
|
||||||
}
|
}
|
||||||
@ -297,4 +297,9 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono
|
|||||||
backdrop-filter: blur(6px);
|
backdrop-filter: blur(6px);
|
||||||
-webkit-backdrop-filter: blur(6px);
|
-webkit-backdrop-filter: blur(6px);
|
||||||
border-bottom:1px solid rgba(229,231,235,.9);
|
border-bottom:1px solid rgba(229,231,235,.9);
|
||||||
|
}
|
||||||
|
.brand {
|
||||||
|
display: flex;
|
||||||
|
align-items: baseline;
|
||||||
|
gap: 0.5em; /* space between text and version */
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user