0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-13 22:51:08 -05:00

fileserver: Fix file browser breadcrumb font (#5543)

Signed-off-by: Pistasj <odyssey346@disroot.org>
This commit is contained in:
pistasjis 2023-05-19 19:08:47 +02:00 committed by GitHub
parent 29452647d8
commit 5336bc0fb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,7 +364,7 @@ header {
h1 {
font-size: 20px;
font-family: Poppins;
font-family: Poppins, system-ui, sans-serif;
font-weight: normal;
white-space: nowrap;
overflow-x: hidden;