aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-07-23 22:09:07 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-07-23 22:09:07 +0200
commit84ad0403b30f0ec1aecd7ea0c78c8baea7baa454 (patch)
tree0c41e27625ef73d2dcc54d17ea9c263857499bf0 /src/style.css
first sketch of hyprmenu
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 0000000..242ed49
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,29 @@
+#hyprmenu {
+ background-color: transparent;
+ font-family: SauceCodePro Nerd Font,FontAwesome, Roboto, Helvetica, Arial, sans-serif;
+ font-weight: normal;
+}
+
+#search {
+ background-color: rgba(29, 32, 33, 1);
+ border: none;
+ box-shadow: none;
+ padding: 10px;
+ border-radius: 0px;
+}
+
+#search:focus {
+ border: none;
+ box-shadow: none;
+}
+
+#item {
+ padding: 10px;
+ background-color: rgba(40, 40, 40, 0.8);
+}
+
+#item:selected {
+ background-color: #b16286;
+ padding: 10px;
+}
+