# Currently not translated in french ## Language bar ```haskell darkRed :: C.Color darkRed = C.rgb 119 21 21 ``` ```html
``` ```haskell ".Language__Container" ? do display flex flexDirection rowReverse backgroundColor Color.darkRed paddingRight (px 5) ".Language__Link" ? do color Color.white sym2 margin (px 5) (px 5) fontSize (px 12) textDecoration none ```