aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-05-08 22:48:22 -0400
committerNunoSempere <nuno.sempere@protonmail.com>2023-05-08 22:48:22 -0400
commit98114362d9050e4e5f8db6a8978f7e3af2b0700d (patch)
treea02fc572726f23e1879ba29326cf313b4c9d82b0 /style.css
parent85942a60bdf9db479bf2edbd9146b87a53aad8b5 (diff)
feat: make search bar gigantic, document GTK inspect.
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/style.css b/style.css
index c7c07b6..97ea51c 100644
--- a/style.css
+++ b/style.css
@@ -11,13 +11,25 @@
outline-color: @Lavender;
color: @Text;
border-color: white;
- font-size: 16px;
/*@Base; */
/* border-bottom-color: @Base; */
}
window, notebook, headerbar {
background: @Base;
+ fontsize: 30px !important;
+}
+
+/* Make titlebar pretty gigantic. I'm pretty myopic. */
+.titlebar {
+ padding: 10px;
+ font-size: 30px;
+}
+
+
+.titlebar * {
+ padding: 10px;
+ font-size: 27px;
}
tabs {