diff options
Diffstat (limited to 'asset-sources')
| -rw-r--r-- | asset-sources/theme.scss | 5 | 
1 files changed, 5 insertions, 0 deletions
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;  }  | 
