From 527a081f54e3aed9a27c67cdba0a8efae0d403af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 8 Nov 2021 08:13:07 +0100 Subject: Add glowing borders around browser items The styling is mostly hardcoded for now, need to figure it out. --- fastiv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fastiv.c') diff --git a/fastiv.c b/fastiv.c index a7f68ed..c02c723 100644 --- a/fastiv.c +++ b/fastiv.c @@ -304,7 +304,7 @@ main(int argc, char *argv[]) gtk_window_set_default_icon_name(PROJECT_NAME); - const char *style = "fastiv-view, fastiv-browser { background: black; }" + const char *style = "fastiv-view, fastiv-browser { background: #222; }" "fastiv-browser { padding: 5px; }"; GtkCssProvider *provider = gtk_css_provider_new(); gtk_css_provider_load_from_data(provider, style, strlen(style), NULL); -- cgit v1.2.3