- commit
- eae0a08
- parent
- 444b024
- author
- xxwhirlpool
- date
- 2025-09-01 13:28:52 -0400 EDT
userstyles + kitty conf
4 files changed,
+26,
-1
+0,
-1
1@@ -1250,7 +1250,6 @@ tab_bar_min_tabs 1
2 # inactive_tab_font_style normal
3
4 #: Tab bar colors and styles.
5-
6 tab_bar_background #eaeaea
7
8 #: Background color for the tab bar. Defaults to using the terminal
+3,
-0
1@@ -0,0 +1,3 @@
2+* {
3+ font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Liberation Sans', Helvetica, Arial, "Twemoji Mozilla", sans-serif !important;
4+}
+18,
-0
1@@ -0,0 +1,18 @@
2+@-moz-document domain("cfaarchive.org") {
3+body,
4+h1,
5+h2,
6+h3,
7+h4,
8+h5,
9+h6,
10+.heading,
11+blockquote,
12+p {
13+ font-family: 'Noto Sans' !important;
14+}
15+
16+.datetime {
17+ font-family: monospace !important;
18+}
19+}
+5,
-0
1@@ -0,0 +1,5 @@
2+@-moz-document domain("flickr.com") {
3+.global-nav-view.desktop-nav-ad, .global-nav-view.desktop-nav-ad .global-nav-content {
4+ margin-top: 0 !important;
5+}
6+}