Skip to content

Commit 812dff4

Browse files
committed
fix: move reload-page styles to appropriate component
1 parent 9906eb3 commit 812dff4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

frontend/css/notifications.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@
2525
color: var(--dark-gray);
2626
background-color: var(--yellow);
2727
}
28-
29-
.reload-page {
30-
color: var(--dark-gray);
31-
}

frontend/src/sidebar/Header.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
<style>
4545
.reload-page {
46+
color: var(--dark-gray);
4647
background-color: var(--warning);
4748
}
4849

0 commit comments

Comments
 (0)