aboutsummaryrefslogtreecommitdiff
path: root/src/server/Design/Global.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Design/Global.hs')
-rw-r--r--src/server/Design/Global.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/Design/Global.hs b/src/server/Design/Global.hs
index 7b5138f..f884db9 100644
--- a/src/server/Design/Global.hs
+++ b/src/server/Design/Global.hs
@@ -71,6 +71,7 @@ global = do
position relative
width (pct 49)
label ? do
+ fontWeight bold
display inlineBlock
width (px 60)
textAlign (alignSide sideCenter)
@@ -120,6 +121,7 @@ global = do
".header" <> ".row" ? display tableRow
".header" ? do
+ fontWeight bold
backgroundColor C.red
color C.white
fontSize (px iconFontSize)