From d4dee519b85b4679413527689e393bb45579c195 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Sat, 17 Feb 2024 20:29:20 +1000 Subject: [PATCH] rollback darkly, fixes #1396 --- allianceauth/theme/darkly/auth_hooks.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/allianceauth/theme/darkly/auth_hooks.py b/allianceauth/theme/darkly/auth_hooks.py index a438ef65..9d5a26a1 100644 --- a/allianceauth/theme/darkly/auth_hooks.py +++ b/allianceauth/theme/darkly/auth_hooks.py @@ -14,15 +14,15 @@ class DarklyThemeHook(ThemeHook): "Darkly", "Flatly in night mode!", css=[{ - "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/darkly/bootstrap.min.css", - "integrity": "sha512-JjQ+gz9+fc47OLooLs9SDfSSVrHu7ypfFM7Bd+r4dCePQnD/veA7P590ovnFPzldWsPwYRpOK1FnePimGNpdrA==" + "url": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.3/darkly/bootstrap.min.css", + "integrity": "sha512-YRcmztDXzJQCCBk2YUiEAY+r74gu/c9UULMPTeLsAp/Tw5eXiGkYMPC4tc4Kp1jx/V9xjEOCVpBe4r6Lx6n5dA==" }], js=[{ "url": "https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js", "integrity": "sha512-TPh2Oxlg1zp+kz3nFA0C5vVC6leG/6mm1z9+mA81MI5eaUVqasPLO8Cuk4gMF4gUfP5etR73rgU/8PNMsSesoQ==" }, { - "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.min.js", - "integrity": "sha512-WW8/jxkELe2CAiE4LvQfwm1rajOS8PHasCCx+knHG0gBHt8EXxS6T6tJRTGuDQVnluuAvMxWF4j8SNFDKceLFg==" + "url": "https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.min.js", + "integrity": "sha512-1/RvZTcCDEUjY/CypiMz+iqqtaoQfAITmNSJY17Myp4Ms5mdxPS5UV7iOfdZoxcGhzFbOm6sntTKJppjvuhg4g==" }], header_padding="4.5em" )