Skip to content

Commit

Permalink
Use the newspaper thumbnail.
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Nov 13, 2024
1 parent 1fe6066 commit f53b9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/dasher/css/_board.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
$name-override: map-get($theme, name-override);
$file-name: if($name-override, $name-override, $name);

@if ($file-ext == 'svg' or index(('brown', 'blue', 'purple', 'green', 'newspaper'), $file-name)) {
@if $file-ext == 'svg' or index(('brown', 'blue', 'purple', 'green'), $file-name) {
background-image: img-url('board/svg/#{$file-name}.svg');
background-size: 256px;
} @else {
Expand Down

0 comments on commit f53b9f0

Please sign in to comment.