Updated colors
This commit is contained in:
@@ -10,7 +10,7 @@ h1,h2,h3,h4,h5,h6
|
|||||||
color: #AAA
|
color: #AAA
|
||||||
|
|
||||||
h1
|
h1
|
||||||
color: $orange_dark
|
color: $main_color_dark
|
||||||
color: black
|
color: black
|
||||||
font-size: 1.5em
|
font-size: 1.5em
|
||||||
line-height: 1.3em
|
line-height: 1.3em
|
||||||
@@ -18,7 +18,7 @@ h1
|
|||||||
@include droid_sans_bold
|
@include droid_sans_bold
|
||||||
|
|
||||||
h2
|
h2
|
||||||
color: $orange_light
|
color: $main_color_light
|
||||||
color: black
|
color: black
|
||||||
font-size: 1.3em
|
font-size: 1.3em
|
||||||
padding: 10px 0 10px 0
|
padding: 10px 0 10px 0
|
||||||
@@ -66,7 +66,7 @@ ol
|
|||||||
.markdown
|
.markdown
|
||||||
|
|
||||||
h3
|
h3
|
||||||
color: $orange_dark
|
color: $main_color_dark
|
||||||
|
|
||||||
h4
|
h4
|
||||||
color: #666
|
color: #666
|
||||||
@@ -117,7 +117,7 @@ span
|
|||||||
font-style: italic
|
font-style: italic
|
||||||
|
|
||||||
a
|
a
|
||||||
color: $orange_dark
|
color: $main_color_dark
|
||||||
|
|
||||||
strong
|
strong
|
||||||
@include droid_sans_bold
|
@include droid_sans_bold
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Sass doesn't really like variables to be in a partial, so they're here..
|
// Sass doesn't really like variables to be in a partial, so they're here..
|
||||||
$orange_light: #FFA014
|
$main_color_light: #89BF04
|
||||||
$orange_dark: #FF5401
|
$main_color_dark: #547F00
|
||||||
$http_get_color: #0F6AB4
|
$http_get_color: #0F6AB4
|
||||||
$http_post_color: #10A54A
|
$http_post_color: #10A54A
|
||||||
$http_put_color: #C5862B
|
$http_put_color: #C5862B
|
||||||
@@ -48,12 +48,12 @@ body
|
|||||||
text-decoration: none
|
text-decoration: none
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
padding: 8px 8px
|
padding: 8px 8px
|
||||||
font-size: 1em
|
font-size: .9em
|
||||||
color: white
|
color: white
|
||||||
background-color: $orange_light
|
background-color: $main_color_light
|
||||||
@include border-radius(4px)
|
@include border-radius(4px)
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $orange_dark
|
background-color: $main_color_dark
|
||||||
|
|
||||||
ul#resources
|
ul#resources
|
||||||
font-family: "Droid Sans", sans-serif
|
font-family: "Droid Sans", sans-serif
|
||||||
|
|||||||
Reference in New Issue
Block a user