diff --git a/css/base.css b/css/base.css index 3a77bea..0747316 100644 --- a/css/base.css +++ b/css/base.css @@ -65,6 +65,7 @@ .banner.header { margin-bottom: var(--spacing-4,1rem); + max-width: inherit !important; } .banner.footer { @@ -431,6 +432,7 @@ pre { white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ + background-color: var(--color-content-high) !important; } .circle { diff --git a/html/admin.html b/html/admin.html index de847ba..5879932 100644 --- a/html/admin.html +++ b/html/admin.html @@ -49,23 +49,23 @@
{{ .strings.version }} {{ .version }}
{{ .strings.commitNoun }} {{ .commit }}
Available under the MIT License.
{{ .license }}@@ -593,7 +593,7 @@