diff --git a/css/smoothslides.theme.css b/css/smoothslides.theme.css index 70bd717..814e83c 100644 --- a/css/smoothslides.theme.css +++ b/css/smoothslides.theme.css @@ -37,15 +37,15 @@ height: 12px; border-radius: 6px; margin: 3px 6px; - background: #4C86DD; + background: #F0353A; -webkit-transition:all .2s ease-out; } .ss-paginate a:hover { - box-shadow: 0 0px 0 2px #2A89C5; + box-shadow: 0 0px 0 2px #F0353A; } .ss-current { background: #FFF!important; - box-shadow: 0 0px 0 2px #2A89C5; + box-shadow: 0 0px 0 2px #F0353A; } /* Previous & Next Buttons */ diff --git a/css/stylesheet.css b/css/stylesheet.css index 98f85a6..fac9844 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -5,7 +5,7 @@ body, html { padding:0px; margin:0px; - background: #4C86DD; + background: #F0353A; color:#fff; font-size: 18px; font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; @@ -76,7 +76,7 @@ pre { } .button:hover { background:#fff; - color:#4C86DD; + color:#F0353A; } .demo-centering { max-width: 800px;