diff --git a/src/network/html/FilesPage.html b/src/network/html/FilesPage.html index bec1ba33..36f38b0e 100644 --- a/src/network/html/FilesPage.html +++ b/src/network/html/FilesPage.html @@ -80,11 +80,11 @@ } .breadcrumb-inline .sep { margin: 0 6px; - color: var(--border-color); + color: var(--label-color); } .breadcrumb-inline .current { color: var(--title-color); - font-weight: 500; + font-weight: 600; } .nav-links { margin: 20px 0; @@ -960,12 +960,6 @@ align-items: center; margin-bottom: 12px; } - .contents-title { - font-size: 1.1em; - font-weight: 600; - color: var(--title-color); - margin: 0; - } .summary-inline { color: var(--label-color); font-size: 0.9em; @@ -1296,9 +1290,6 @@ flex-wrap: wrap; gap: 4px; } - .contents-title { - font-size: 1em; - } .summary-inline { font-size: 0.8em; } @@ -1501,7 +1492,6 @@