diff --git a/panels/mensaPlan/style.less b/panels/mensaPlan/style.less index 13af278f2ba9d676bdc5a0770f8e5bf8bf11f902..dfd8ebb7a45e1dc76f41caa6a196d729cfcc4935 100755 --- a/panels/mensaPlan/style.less +++ b/panels/mensaPlan/style.less @@ -1,3 +1,13 @@ #mensaPlanTable { - color: #ffffff; + font-weight: bold; +} + +#mensaPlanTableHead { + background-color: #0000f0; + color: #000000; +} + +#mensaPlanTableBody { + background-color: #ffffff; + color: #000000; } diff --git a/panels/mensaPlan/template.html b/panels/mensaPlan/template.html index b4a3b0caa42ea6ef5141bc36300e7f309525c887..fb9779e8f0e0090c3679ff8db063b19b9555e74a 100755 --- a/panels/mensaPlan/template.html +++ b/panels/mensaPlan/template.html @@ -1,5 +1,8 @@ <table id="mensaPlanTable" style="width:100%;height:100%"> <thead id="mensaPlanTableHead"> + <tr> + <th colspan="3">Hauptmensa</th> + </tr> <tr> <th>Gericht</th> <th>Art</th>