aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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 {