Commit af09e607 authored by Sven Schneider's avatar Sven Schneider
Browse files

updated css with new colors

parent 9da471f5
Pipeline #3815 passed with stages
in 37 seconds
...@@ -32,8 +32,13 @@ footer p { ...@@ -32,8 +32,13 @@ footer p {
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
} }
.footer-header-color{
background-color: #868686;
}
body{ body{
background-color: #C6332A;/* thistle; */ background-color: #868686;/* thistle; */
} }
.bd-placeholder-img { .bd-placeholder-img {
...@@ -69,13 +74,13 @@ a:visited { ...@@ -69,13 +74,13 @@ a:visited {
.myBtn { .myBtn {
color: #fff; color: #fff;
background-color: #C6332A; background-color: #bd1a1e;
border-color: thistle; /*set the color you want here*/ border-color: thistle; /*set the color you want here*/
width: 180px; width: 180px;
} }
.myBtn:hover, .myBtn:focus, .myBtn:active, .myBtn.active, .open>.dropdown-toggle.myBtn { .myBtn:hover, .myBtn:focus, .myBtn:active, .myBtn.active, .open>.dropdown-toggle.myBtn {
color: #fff; color: #fff;
background-color: #C6332A; background-color: #bd1a1e;
border-color: thistle; /*set the color you want here*/ border-color: thistle; /*set the color you want here*/
} }
...@@ -147,4 +152,4 @@ a.button { ...@@ -147,4 +152,4 @@ a.button {
font-size: 3em; font-size: 3em;
/* width: 0px; */ /* width: 0px; */
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment