web ui style tweaks

This commit is contained in:
Henry Dollman
2024-12-17 15:47:49 -05:00
parent 87354df2de
commit dd10fb97c0
2 changed files with 4 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ const ShoutrrrUrlCard = ({ url, onUrlChange, onRemove }: ShoutrrrUrlCardProps) =
} }
return ( return (
<Card className="bg-muted/70 p-2 md:p-3"> <Card className="bg-muted/40 p-2 md:p-3">
<div className="flex items-center gap-1"> <div className="flex items-center gap-1">
<Input <Input
type="url" type="url"

View File

@@ -34,11 +34,11 @@
.dark { .dark {
color-scheme: dark; color-scheme: dark;
--background: 220 5.5% 9.5%; --background: 220 5.5% 9%;
--foreground: 220 2% 97%; --foreground: 220 2% 97%;
--card: 220 5.5% 11%; --card: 220 5.5% 10.5%;
--card-foreground: 220 2% 97%; --card-foreground: 220 2% 97%;
--popover: 220 5.5% 9.5%; --popover: 220 5.5% 9%;
--popover-foreground: 220 2% 97%; --popover-foreground: 220 2% 97%;
--primary: 220 2% 96%; --primary: 220 2% 96%;
--primary-foreground: 220 4% 10%; --primary-foreground: 220 4% 10%;