diff --git a/assets/css/theme.css b/assets/css/theme.css index ebbbba718e..3badc192ce 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -2522,15 +2522,11 @@ body #R-logo svg * { background-color: var(--VARIABLE-BOX-BG-color); border-bottom-color: transparent; border-radius: 1px 1px 0 0; - text-shadow: - -0.08ex 0 0 currentColor, - 0.08ex 0 0 currentColor; + text-shadow: -0.08ex 0 0 currentColor, 0.08ex 0 0 currentColor; } @supports (-webkit-text-stroke-width: 0.09ex) { #R-body .tab-nav-button.active > .tab-nav-text { - text-shadow: - -0.08ex 0 0 currentColor, - 0.08ex 0 0 currentColor; + text-shadow: -0.08ex 0 0 currentColor, 0.08ex 0 0 currentColor; -webkit-text-stroke-width: 0.09ex; } } diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 304b103d9d..a73f8b6e02 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+aeb331259b52481cb1d07869f86b0e770fb56172 \ No newline at end of file +7.3.2+5a267250709d4705efc2e496b9184f4401f4d522 \ No newline at end of file