Skip to content

Commit

Permalink
Make the button orange. See #133
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Apr 3, 2024
1 parent 5cf1528 commit fa493d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AddColumnBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</select>
</div>
<div class="cell cell-auto-flex flexy">
<a href="{$searchFeedUrl}" target="_blank" id="rss-button mdc-button" class="subscribe-button mdc-button">RSS</a>
<a href="{$searchFeedUrl}" target="_blank" id="rss-button mdc-button" class="subscribe-button mdc-button" style="background: orange;">RSS</a>
</div>
<div class="cell cell-auto-flex flexy">
<Button class="subscribe-button input-full-width" style="width: 100%" on:click={(e) => handleSubscription(e)}>Maak alert aan</Button>
Expand Down

0 comments on commit fa493d6

Please sign in to comment.