aboutsummaryrefslogtreecommitdiff
path: root/src/gui/style.css
diff options
context:
space:
mode:
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;
+}