From d1e5e8e309baf14db97af3f031141f44e93f4315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 13 Oct 2024 00:24:15 +0200 Subject: [PATCH] openapi: restore h2 font size #922 --- assets/css/swagger.css | 3 +-- layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/css/swagger.css b/assets/css/swagger.css index 475bd445c0..0106516048 100644 --- a/assets/css/swagger.css +++ b/assets/css/swagger.css @@ -79,8 +79,7 @@ select:-webkit-autofill { color: var(--INTERNAL-MAIN-TEXT-color) !important; } *:not(pre, pre *, code, .far, .fa, .glyphicon, [class*="vjs-"], .fab, .fa-github, .fas, .material-icons, .icofont, .typcn, mu, [class*="mu-"], .glyphicon, .icon) { - font-variation-settings: var(--INTERNAL-MAIN-font-variation-settings) !important; - !font-weight: var(--INTERNAL-MAIN-font-weight) !important; + font-variation-settings: var(--INTERNAL-MAIN-font-variation-settings); font-family: var(--INTERNAL-MAIN-font) !important; letter-spacing: var(--INTERNAL-MAIN-letter-spacing) !important; line-height: 1.574 !important; diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index bfcef1ccf3..cf85047523 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -6.4.0+d34d155e5d2eed4e6d0218ac1a425401433b7bba \ No newline at end of file +6.4.0+2061495d2ef76ac68786724de89fd9f62b162cca \ No newline at end of file