Change design of main headline
This commit is contained in:
2
ui.R
2
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(
|
||||
|
||||
Reference in New Issue
Block a user