Skip to content

Commit

Permalink
style edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kthornbloom committed Jan 7, 2014
1 parent 35a8919 commit 102c85a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions css/smoothslides.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
4 changes: 2 additions & 2 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -76,7 +76,7 @@ pre {
}
.button:hover {
background:#fff;
color:#4C86DD;
color:#F0353A;
}
.demo-centering {
max-width: 800px;
Expand Down

0 comments on commit 102c85a

Please sign in to comment.