aboutsummaryrefslogtreecommitdiff
path: root/src/gui/style.css
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-07-26 21:19:59 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-07-26 21:19:59 +0200
commit61ac9375b4a35878576ac2727c5210cd9fc51a92 (patch)
tree5e147ad0c60b35a83baab3f84143d3c40a09cdcd /src/gui/style.css
parent7679fcc3a0c4fadea00a1a320938851b1518028d (diff)
add gtk3 gui
Diffstat (limited to 'src/gui/style.css')
-rw-r--r--src/gui/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/gui/style.css b/src/gui/style.css
new file mode 100644
index 0000000..a25a28c
--- /dev/null
+++ b/src/gui/style.css
@@ -0,0 +1,18 @@
+#generate #title {
+ font-size: 2em;
+ background-color: #282828;
+ padding: 20px;
+}
+
+#search_entry {
+ background-color: #282828;
+ border-radius: 0px;
+ padding: 10px;
+ border: none;
+}
+
+
+#search_entry:focus {
+ border: none;
+ box-shadow: none;
+}