Skip to content

Commit fabc2cf

Browse files
authored
Merge pull request #610 from redditnfl/develop
SB Theme
2 parents 2c31ffe + fb5ca4f commit fabc2cf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/assets/temp-img/bhmbanner25.jpg

-1.46 KB
Loading

src/assets/theme-img/sb1.jpg

471 KB
Loading

src/scss/screen.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $all-teams: map-collect($nfl-teams);
1313

1414
// base theme
1515
@import "themes/base/theme/index";
16-
@import "themes/bhm_modified";
16+
//@import "themes/bhm_modified";
1717

1818
// essential modules
1919
@import "modules/remove-subreddit-stats";
@@ -41,9 +41,9 @@ $all-teams: map-collect($nfl-teams);
4141
// Themes
4242

4343
//@import "themes/bhm_modified";
44-
//@import "themes/2024ccg";
44+
@import "themes/2024ccg";
4545
//@import "themes/sb2024";
46-
@import "themes/basic-theme";
46+
//@import "themes/basic-theme";
4747
//@import "themes/season-open";
4848
//@import "themes/black-history-month";
4949
//@import "themes/usa-theme";

src/scss/themes/_2024ccg.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$color-1: #34495e;
1+
$color-1: #ffffff;
22

33
html{
44
background-color:$color-1;
@@ -13,12 +13,12 @@ html::before{
1313
width: 100%;
1414
margin-top: 104px;
1515
background-color: transparent;
16-
background-image: url("../img/ccg27.jpg");
16+
background-image: url("../img/sb1.jpg");
1717
background-position: center top;
1818
background-size: 1890px;
1919
background-repeat: no-repeat;
2020
}
2121
#header{
2222
background: $color-1;
2323
// margin-top: 230px;
24-
}
24+
}

src/scss/themes/_bhm_modified.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
html{
3-
background:#E68E32;background:-webkit-linear-gradient(45deg,#E68E32 0%,#8E2F29 40%, #358E3C 98%) fixed;background:-o-linear-gradient(45deg,#E68E32 0%,#8E2F29 40%, #358E3C 98%) fixed;background:linear-gradient(45deg,#E68E32 0%,#8E2F29 40%, #358E3C 98%) fixed;
3+
background:#e58f30;background:-webkit-linear-gradient(45deg,#e58f30 0%,#8E2F29 40%, #358E3C 98%) fixed;background:-o-linear-gradient(45deg,#e58f30 0%,#8E2F29 40%, #358E3C 98%) fixed;background:linear-gradient(45deg,#e58f30 0%,#8E2F29 40%, #358E3C 98%) fixed;
44
}
55
html::before{
66
content: "";

0 commit comments

Comments
 (0)