diff options
| author | Vineet Kumar <git@vineetk.net> | 2022-08-29 17:02:12 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-14 17:02:12 -0400 |
| commit | 199c684366d6cf7431513ff15bae9861166a3a19 (patch) | |
| tree | ab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/global/alerts/alert.css | |
| parent | 48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff) | |
Diffstat (limited to 'src/chrome/global/alerts/alert.css')
| -rw-r--r-- | src/chrome/global/alerts/alert.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/global/alerts/alert.css b/src/chrome/global/alerts/alert.css index 43d12ec..e68a8ce 100644 --- a/src/chrome/global/alerts/alert.css +++ b/src/chrome/global/alerts/alert.css | |||
| @@ -19,8 +19,8 @@ | |||
| 19 | #alertBox { | 19 | #alertBox { |
| 20 | border: 1px solid rgb(64,64,64); | 20 | border: 1px solid rgb(64,64,64); |
| 21 | border-radius: 0; | 21 | border-radius: 0; |
| 22 | background-color: rgb(0,0,0); | 22 | background-color: #181411; |
| 23 | color: #fff; | 23 | color: #bfbbb6; |
| 24 | box-shadow: 0 0 4px rgba(255,255,255,.3); | 24 | box-shadow: 0 0 4px rgba(255,255,255,.3); |
| 25 | } | 25 | } |
| 26 | 26 | ||
