Skip to content

Commit 398d965

Browse files
committed
Theme tweaks
1 parent 08a0944 commit 398d965

File tree

2 files changed

+10
-194
lines changed

2 files changed

+10
-194
lines changed

design/layout.svg

Lines changed: 7 additions & 192 deletions
Loading

src/HL/View/Theme.hs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ navbar =
5353
border "0"
5454
marginBottom "0.5em")
5555
rule ".navbar-header .navbar-brand"
56-
(do color "#d1cddc"
56+
(do color "#fff"
5757
fontSize "inherit"
5858
fontWeight "bold"
5959
rule ".logo"
6060
(do marginRight "0.5em"
61+
color "#fff"
6162
fontFamily "haskell"
6263
fontWeight "normal"))
6364
rule ".navbar-header .navbar-brand:hover"
@@ -72,7 +73,7 @@ navbar =
7273
rule ".navbar-default .navbar-nav > li > a"
7374
theme
7475
where theme =
75-
do color "#ffffff !important"
76+
do color "#d1cddc !important"
7677
backgroundColor "inherit"
7778

7879
breadcrumb =

0 commit comments

Comments
 (0)