From 98114362d9050e4e5f8db6a8978f7e3af2b0700d Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Mon, 8 May 2023 22:48:22 -0400 Subject: feat: make search bar gigantic, document GTK inspect. --- style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'style.css') 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 { -- cgit v1.2.3