mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-25 07:59:28 +00:00
10 lines
157 B
CSS
10 lines
157 B
CSS
.panel-primary > .panel-heading{
|
|
color: black;
|
|
background-color: #dfdfdf;
|
|
border-color: #dfdfdf;
|
|
}
|
|
|
|
.panel-primary{
|
|
border-color: #dfdfdf;
|
|
}
|