diff options
| author | Shubham Saini <pryr@pryr.xyz> | 2021-05-22 12:56:08 +0000 |
|---|---|---|
| committer | Shubham Saini <pryr@pryr.xyz> | 2021-05-22 12:56:08 +0000 |
| commit | bde9d8e1c9a6e2213fc7d40298d43a14f2e99359 (patch) | |
| tree | 548d45ecb1ada0be5a099ea8b0879c82e08560d7 /wofi | |
| parent | 4d6de10a92b0264a1cebfbe813d2e7961ef29c2b (diff) | |
cleaned the repo
Diffstat (limited to 'wofi')
| -rw-r--r-- | wofi/.config/wofi/style.css | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css deleted file mode 100644 index d5da0bf..0000000 --- a/wofi/.config/wofi/style.css +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | window { | ||
| 2 | margin: 0px; | ||
| 3 | border: 1px solid #171a1f; | ||
| 4 | background-color: #171a1f; | ||
| 5 | } | ||
| 6 | |||
| 7 | #input { | ||
| 8 | margin: 5px; | ||
| 9 | border: none; | ||
| 10 | color: #f8f8f2; | ||
| 11 | background-color: #44475a; | ||
| 12 | } | ||
| 13 | |||
| 14 | #inner-box { | ||
| 15 | margin: 5px; | ||
| 16 | border: none; | ||
| 17 | background-color: #171a1f; | ||
| 18 | } | ||
| 19 | |||
| 20 | #outer-box { | ||
| 21 | margin: 5px; | ||
| 22 | border: none; | ||
| 23 | background-color: #171a1f; | ||
| 24 | } | ||
| 25 | |||
| 26 | #scroll { | ||
| 27 | margin: 0px; | ||
| 28 | border: none; | ||
| 29 | } | ||
| 30 | |||
| 31 | #text { | ||
| 32 | margin: 5px; | ||
| 33 | border: none; | ||
| 34 | color: #f8f8f2; | ||
| 35 | } | ||
| 36 | |||
| 37 | #entry:selected { | ||
| 38 | background-color: #44475a; | ||
| 39 | } | ||
