diff options
author | Indrajith K L | 2024-06-27 17:51:18 +0530 |
---|---|---|
committer | Indrajith K L | 2024-06-27 17:51:18 +0530 |
commit | 57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 (patch) | |
tree | e78187146c506d5a640545dee99cc3e9860e25dc /wofi | |
download | dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.tar.gz dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.tar.bz2 dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.zip |
Adds Arch Linux dotfiles
Diffstat (limited to 'wofi')
-rw-r--r-- | wofi/style.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/wofi/style.css b/wofi/style.css new file mode 100644 index 000000000..f8ae0512e --- /dev/null +++ b/wofi/style.css @@ -0,0 +1,19 @@ +window { + font-size: 15px; + font-family:"EnvyCodeR Nerd Font Mono"; + background-color: rgba(22, 22, 22, 0.98); + color: #ffffff; +} + +#entry:selected { + background-color: rgb(34,34,34) +} + +#input { + background-color: rgba(22, 22, 22, 0.98); + color: #ffffff; +} + +#input:focus { + border: 1px solid #ffffff; +}
\ No newline at end of file |