forked from cadey/xesite
tweak colors
This commit is contained in:
parent
5ec7046253
commit
fa35fffbfb
|
@ -79,6 +79,7 @@ navbar state =
|
||||||
[ div
|
[ div
|
||||||
[ className "nav-wrapper container" ]
|
[ className "nav-wrapper container" ]
|
||||||
[ link "/" [ className "brand-logo", id_ "logo-container" ] [ text "Christine Dodrill" ]
|
[ link "/" [ className "brand-logo", id_ "logo-container" ] [ text "Christine Dodrill" ]
|
||||||
|
, H.link [ rel "stylesheet", href "/static/css/about/main.css" ] []
|
||||||
, ul
|
, ul
|
||||||
[ className "right hide-on-med-and-down" ]
|
[ className "right hide-on-med-and-down" ]
|
||||||
[ li [] [ link "/blog" [] [ text "Blog" ] ]
|
[ li [] [ link "/blog" [] [ text "Blog" ] ]
|
||||||
|
@ -134,8 +135,7 @@ index =
|
||||||
div
|
div
|
||||||
[ className "row panel" ]
|
[ className "row panel" ]
|
||||||
[ documentTitle [ title "Christine Dodrill" ] []
|
[ documentTitle [ title "Christine Dodrill" ] []
|
||||||
, H.link [ rel "stylesheet", href "/static/css/about/main.css" ] []
|
, div [] [ div
|
||||||
, div
|
|
||||||
[ className "col m4 bg_blur valign-wrapper center-align" ]
|
[ className "col m4 bg_blur valign-wrapper center-align" ]
|
||||||
[ div
|
[ div
|
||||||
[ className "valign center-align fb_wrap" ]
|
[ className "valign center-align fb_wrap" ]
|
||||||
|
@ -144,6 +144,7 @@ index =
|
||||||
[ text "Contact Me" ]
|
[ text "Contact Me" ]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
]
|
||||||
, div
|
, div
|
||||||
[ className "col m8" ]
|
[ className "col m8" ]
|
||||||
[ div
|
[ div
|
||||||
|
|
|
@ -24,12 +24,16 @@ img.textwrap-right {
|
||||||
|
|
||||||
.bg_blur
|
.bg_blur
|
||||||
{
|
{
|
||||||
background-image:url('/static/img/avatar.png');
|
background: url('/static/img/avatar.png');
|
||||||
height: 512px;
|
height: 512px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bgblurback {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.fb_wrap {
|
.fb_wrap {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
body {
|
body {
|
||||||
background-color: #FFCCE6;
|
background-color: #F2E6EB;
|
||||||
}
|
}
|
Loading…
Reference in New Issue