Skip to content

Commit b6a7918

Browse files
committed
tweaked homepage colors
1 parent ea7dc2b commit b6a7918

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

app/assets/stylesheets/home.css.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
background: white url("download.png") 0 4em no-repeat;
102102
h1 {
103103
background: $green url("felt.png");
104-
border-color: $green - #222;
104+
border-color: $green - #111;
105105
}
106106
.btn {
107107
@include columns(4);
@@ -142,7 +142,7 @@
142142

143143
h1 {
144144
background: $orangered url("felt.png");
145-
border-color: $orangered - #222;
145+
border-color: $orangered;
146146
}
147147
.content {
148148
@include columns(10);

app/assets/stylesheets/layout.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
background: $heading + #999 url("square_bg.png") fixed;
2+
background: $background url("square_bg.png") fixed;
33
}
44

55
.topbar {

app/assets/stylesheets/lib/shared.css.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
$background: $linkColor;
21
$heading: #253E59;
2+
$background: $heading + #999;
3+
34
$orangered: #BF4904;
45

56
@mixin container {

0 commit comments

Comments
 (0)