diff options
Diffstat (limited to 'wofi/style.css')
| -rw-r--r-- | wofi/style.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/wofi/style.css b/wofi/style.css new file mode 100644 index 0000000..4911161 --- /dev/null +++ b/wofi/style.css @@ -0,0 +1,29 @@ +window { + margin: 0px; + border: 2px solid #89b4fa; + background-color: #1e1e2e; + border-radius: 10px; +} + +#input { + margin: 5px; + border: none; + padding: 8px; + color: #cdd6f4; + background-color: #313244; + border-radius: 8px; +} + +#inner-box { + margin: 5px; +} + +#entry { + padding: 5px; + border-radius: 6px; +} + +#entry:selected { + background-color: #89b4fa; + color: #1e1e2e; +} |
