From 1974b0fa91383a431a44699fe7ac617ced7c4555 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 30 Nov 2024 18:44:29 +0100 Subject: remove top border radius on alerts They are right below the navbar, so they shouldn't have the border there. --- asset-sources/theme.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'asset-sources') diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 7127ffc..6c381bc 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -40,6 +40,11 @@ strong { font-weight: 400; } +.alert { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + .ui-element { font-family: "Inter", sans-serif; } -- cgit v1.2.3