Skip to content

Commit 63000ec

Browse files
authored
Merge pull request #623 from redditnfl/develop
Theme update
2 parents 89b4213 + 392c1e1 commit 63000ec

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
@@ -43,10 +43,10 @@ $all-teams: map-collect($nfl-teams);
4343
//@import "themes/bhm_modified";
4444
//@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";
49-
@import "themes/usa-theme";
49+
//@import "themes/usa-theme";
5050
//@import "themes/pride";
5151
//@import "themes/xmas";
5252

src/scss/variables/_image-map.scss

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

3-
//$crown: "../img/crown-pride2023.png";
3+
$crown: "../img/crown-pride2023.png";
44
//$crown: "../img/crown.png";
55
//$crown: "../img/bhmcrown25.png";
6-
$crown: "../img/crown-usa-1.png";
6+
//$crown: "../img/crown-usa-1.png";
77
//$crown: "../img/crown-mourning.png";
88
//$crown: "../img/christmas-crown.png";
99

0 commit comments

Comments
 (0)