which_one/styles.css
2023-06-26 12:07:00 +02:00

33 lines
362 B
CSS

h1{
color:#6dcff5 !important;
}
h2 {
color:#6dcff5 !important;
text-align: right;
}
p{color: #ffffff
;
font-size: large;}
.accordion-item{
background-color: #212529; color: #f1e2cf; ;
}
.my-navbar{
background-color: #f1e2cf !important;
}
body{
background-color: #212529
}
.bg-body-tertiary {
background-color: #f1e2cf !important;
}