Skip to content

Commit

Permalink
chore(background): remove files and update default color
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed May 29, 2024
1 parent 5444720 commit 7559b4a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 39 deletions.
2 changes: 1 addition & 1 deletion app/static/css/themes/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
}

body {
background-color: #5aa340;
background-color: #305922;
}
2 changes: 1 addition & 1 deletion app/static/css/themes/white.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
}

body {
background-color: #ededed;
background-color: #dedede;
}
10 changes: 0 additions & 10 deletions app/static/images/dankground-dark.svg

This file was deleted.

10 changes: 0 additions & 10 deletions app/static/images/dankground-light.svg

This file was deleted.

16 changes: 0 additions & 16 deletions app/static/images/dankground.svg

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/components/themeswitch/themeswitch.templ
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ script changeTheme(themeName string) {
accent20: "#00000033",
accent30: "#0000004c",
accent69: "#000000b0",
bg: "#5aa340",
bg: "#305922",
},
black: {
primary: "#000000",
Expand Down

0 comments on commit 7559b4a

Please sign in to comment.