Skip to content

Commit

Permalink
Enhanced app stylings & functionalities
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Sep 4, 2024
1 parent a67f868 commit bcd12a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ const quotes = [
];

const bgImages = [
{url: 'url("../../The-Event-Horizon-App/images/snow.jpg")', isDark: false}, // Mostly white
{url: 'url("../../The-Event-Horizon-App/images/R.jfif")', isDark: true}, // Mostly dark
{url: 'url("../../The-Event-Horizon-App/images/R (1).jfif")', isDark: false}, // Mostly dark
{url: 'url("../../The-Event-Horizon-App/images/j1O8bCz.jpg")', isDark: true}, // Mostly dark
{url: 'url("../../The-Event-Horizon-App/images/wp4670197.jpg")', isDark: true}, // Mostly dark
{url: 'url("../../The-Event-Horizon-App/images/wp4511352.jpg")', isDark: true} // Mostly dark
{url: 'url("images/snow.jpg")', isDark: false},
{url: 'url("images/R.jfif")', isDark: true},
{url: 'url("images/R (1).jfif")', isDark: false},
{url: 'url("images/j1O8bCz.jpg")', isDark: true},
{url: 'url("images/wp4670197.jpg")', isDark: true},
{url: 'url("images/wp4511352.jpg")', isDark: true}
];

function displayRandomQuote() {
Expand Down

0 comments on commit bcd12a6

Please sign in to comment.