Skip to content

Commit 237b828

Browse files
authored
Merge pull request #601 from redditnfl/develop
Change to basic theme/crown
2 parents 56b9fa5 + 5e3c850 commit 237b828

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/scss/screen.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ $all-teams: map-collect($nfl-teams);
4242
//@import "themes/bhm_modified";
4343
//@import "themes/2024ccg";
4444
//@import "themes/sb2024";
45-
//import "themes/basic-theme";
45+
@import "themes/basic-theme";
4646
//@import "themes/season-open";
4747
//@import "themes/black-history-month";
4848
//@import "themes/usa-theme";
4949
//@import "themes/pride";
50-
@import "themes/xmas";
50+
//@import "themes/xmas";
5151

5252

5353
// yeah, no reddit new button

src/scss/variables/_image-map.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// crown
22

33
//$crown: "../img/crown-pride2023.png";
4-
//$crown: "../img/crown.png";
4+
$crown: "../img/crown.png";
55
//$crown: "../img/bhmcrown2.png";
66
//$crown: "../img/crown-usa-1.png";
77
//$crown: "../img/crown-mourning.png";
8-
$crown: "../img/christmas-crown.png";
8+
//$crown: "../img/christmas-crown.png";
99

1010

1111
// image sprites

0 commit comments

Comments
 (0)