Change Color of header
This commit is contained in:
2
ui.R
2
ui.R
@@ -3,7 +3,7 @@ source("global.R")
|
|||||||
ui <- function() {
|
ui <- function() {
|
||||||
page_fillable(
|
page_fillable(
|
||||||
h1("Polizeiliche Kriminalstatistik Hamburg",
|
h1("Polizeiliche Kriminalstatistik Hamburg",
|
||||||
style = "color: #003064; background: #b8ecff; 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: #dae5ed; padding: 20px 0px 20px 20px; background-clip: padding-box; font-family: Lato,Arial,Helvetica,sans-serif;font-weight: 400", #text-align: center
|
||||||
class = "display-4"
|
class = "display-4"
|
||||||
),
|
),
|
||||||
navset_card_tab(
|
navset_card_tab(
|
||||||
|
|||||||
Reference in New Issue
Block a user