Commit 035cfed3992607e213350faa954dd65015d20cdc
1 parent
aa09ef8a
Graphical update 2
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
css/crep.css
... | ... | @@ -20,7 +20,13 @@ body |
20 | 20 | background-color: #749BD1; |
21 | 21 | } |
22 | 22 | |
23 | -.panel-heading .panel-footer | |
23 | +.panel-heading | |
24 | +{ | |
25 | + background-color: #89B3D1; | |
26 | + border-color: #89B3D1; | |
27 | +} | |
28 | + | |
29 | +.panel-footer | |
24 | 30 | { |
25 | 31 | background-color: #89B3D1; |
26 | 32 | border-color: #89B3D1; |
... | ... | @@ -38,6 +44,6 @@ body |
38 | 44 | |
39 | 45 | .navbar-default |
40 | 46 | { |
41 | - background-color: #749B01; | |
47 | + background-color: #749BD1; | |
42 | 48 | border-color: #5276A8; |
43 | 49 | } | ... | ... |