From 6ee2b5a1d25423d63f62d4e6bf7f4e7a32675a09 Mon Sep 17 00:00:00 2001 From: Millicool Date: Sat, 7 Feb 2026 12:26:42 +0100 Subject: [PATCH] Change design of main headline --- ui.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.R b/ui.R index 9250643..6d325c7 100644 --- a/ui.R +++ b/ui.R @@ -3,7 +3,7 @@ source("global.R") ui <- function() { page_fillable( h1("Polizeiliche Kriminalstatistik Hamburg", - style = "color: #003064; background: #dae5ed; padding: 20px 0px 20px 20px; background-clip: padding-box; font-family: Lato,Arial,Helvetica,sans-serif;font-weight: 400", #text-align: center + style = "color: #003064; background: linear-gradient(180deg, #dae5ed 0%, #cbd9e4 100%); padding: 20px 0px 20px 20px; background-clip: padding-box; font-weight: 400; box-shadow: 0 4px 12px rgba(0,0,0,0.08), 0 -4px 12px rgba(0,0,0,0.08); border-radius: 8px;", #text-align: center class = "display-4" ), tags$head(