Change top bar style
This commit is contained in:
6
ui.R
6
ui.R
@@ -2,9 +2,9 @@ library(bsicons)
|
||||
source("global.R")
|
||||
ui <- function() {
|
||||
page_fillable(
|
||||
h1("Kriminalstatistik Hamburg",
|
||||
style = "color: #003063; font-weight: bold;",
|
||||
class = "ms-4 display-4"),# ms-4 sorgt für den Abstand links
|
||||
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
|
||||
class = "display-4"),
|
||||
navset_card_tab(
|
||||
nav_panel("Karte",
|
||||
page_sidebar(
|
||||
|
||||
Reference in New Issue
Block a user