We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a0944 commit 398d965Copy full SHA for 398d965
design/layout.svg
src/HL/View/Theme.hs
@@ -53,11 +53,12 @@ navbar =
53
border "0"
54
marginBottom "0.5em")
55
rule ".navbar-header .navbar-brand"
56
- (do color "#d1cddc"
+ (do color "#fff"
57
fontSize "inherit"
58
fontWeight "bold"
59
rule ".logo"
60
(do marginRight "0.5em"
61
+ color "#fff"
62
fontFamily "haskell"
63
fontWeight "normal"))
64
rule ".navbar-header .navbar-brand:hover"
@@ -72,7 +73,7 @@ navbar =
72
73
rule ".navbar-default .navbar-nav > li > a"
74
theme
75
where theme =
- do color "#ffffff !important"
76
+ do color "#d1cddc !important"
77
backgroundColor "inherit"
78
79
breadcrumb =
0 commit comments