From 860615816bdb6e46d369d207f1fa02b578d61bb5 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 15:08:41 -0500 Subject: [PATCH] 103 current 2024-03-01 15:08:35 24.05.20240228.9099616 6.6.18 * --- modules/rice/wofi.nix | 67 ++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 33 deletions(-) diff --git a/modules/rice/wofi.nix b/modules/rice/wofi.nix index 9253055..cd33dbb 100644 --- a/modules/rice/wofi.nix +++ b/modules/rice/wofi.nix @@ -26,46 +26,47 @@ with theme.colors; { }; style = '' - * { - font-family: Iosevka; - color: #${text}; - background: transparent; - } + * { + font-family: Iosevka Semibold; + font-size: 14px; + color: #${text}; + background: transparent; + } - #window { - background: #${surface}; - margin: auto; - padding: 10px; - border-radius: 20px; - border: 5px solid #${love}; - } + #window { + background: #${surface}; + margin: auto; + padding: 10px; + border-radius: 20px; + border: 5px solid #${love}; + } - #input { - padding: 10px; - margin-bottom: 10px; - border-radius: 15px; - } + #input { + padding: 10px; + margin-bottom: 10px; + border-radius: 15px; + } - #outer-box { - padding: 20px; - } + #outer-box { + padding: 20px; + } - #img { - margin-right: 6px; - } + #img { + margin-right: 6px; + } - #entry { - padding: 10px; - border-radius: 15px; - } + #entry { + padding: 10px; + border-radius: 15px; + } - #entry:selected { - background-color: #${subtle}; - } + #entry:selected { + background-color: #${subtle}; + } - #text { - margin: 2px; - } + #text { + margin: 2px; + } ''; }; }