Change design of main headline

This commit is contained in:
2026-02-07 12:26:42 +01:00
parent 6db3a49f6f
commit 6ee2b5a1d2

2
ui.R
View File

@@ -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(