Replaced example screenshot

This commit is contained in:
Byson94
2025-08-11 19:10:11 +05:30
parent b9465d1241
commit 2aa79e15b7
8 changed files with 4 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ Elkowars Wacky Widgets Imporved Interface is a fork of Elkowars Wacky Widgets wh
## Examples ## Examples
- A basic bar, see [examples](./examples/eww-bar) - A basic bar, see [examples](./examples/ewwii-bar)
![Example 1](./examples/eww-bar/eww-bar.png) ![Example 1](./examples/ewwii-bar/ewwii-bar.png)
## Contribewwtiing ## Contribewwtiing

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -4,7 +4,8 @@
// Global Styles // Global Styles
.bar { .bar {
background-color: #2b2b2b; all: unset;
background-color: rgb(30, 30, 30);
color: #cfd3da; color: #cfd3da;
padding: 10px; padding: 10px;
} }