Css Stil in newpageJulius_Sidebar.aspx gespeichert.

This commit is contained in:
ja
2021-08-20 08:21:22 +02:00
parent 999ba3f2dd
commit 5e62bdab1f
2 changed files with 25 additions and 5 deletions

View File

@@ -116,6 +116,22 @@
background-size:cover;
/* background-color:#043381;*/
}
#sidebar{
background-color: #fff;
color: #043381;
}
.sidebar-header{
background-color: #fff;
color: #043381;
}
.container-fluid{
background-color: #fff;
color: #043381;
}
.navbar-brand{
background-color: #fff;
color: #043381;
}
</style>
</head>