From e05fc1374d7369073f0bcb41cfb4d9c65f1df5c6 Mon Sep 17 00:00:00 2001 From: shilpagprajapath-creator Date: Sat, 4 Apr 2026 16:29:34 +0530 Subject: [PATCH] new one --- public/files | 0 style.css | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 public/files diff --git a/public/files b/public/files new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css index 34f0ddd..c498dba 100644 --- a/style.css +++ b/style.css @@ -303,7 +303,8 @@ font-family: var(--font-family-base); line-height: var(--line-height-normal); color: var(--color-text); - background-color: var(--color-background); + background-color: purple !important; + font-weight: bold !important; -webkit-font-smoothing: antialiased; box-sizing: border-box; } @@ -311,6 +312,7 @@ body { margin: 0; padding: 0; + background-color: purple !important; } *,