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 d79226c commit 89bfaf6
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("/images/snow.jpg")', isDark: false}, // Mostly white
{url: 'url("/images/R.jfif")', isDark: true}, // Mostly dark
{url: 'url("/images/R (1).jfif")', isDark: false}, // Mostly dark
{url: 'url("/images/j1O8bCz.jpg")', isDark: true}, // Mostly dark
{url: 'url("/images/wp4670197.jpg")', isDark: true}, // Mostly dark
{url: 'url("/images/wp4511352.jpg")', isDark: true} // Mostly dark
{url: 'url("../../images/snow.jpg")', isDark: false}, // Mostly white
{url: 'url("../../images/R.jfif")', isDark: true}, // Mostly dark
{url: 'url("../../images/R (1).jfif")', isDark: false}, // Mostly dark
{url: 'url("../../images/j1O8bCz.jpg")', isDark: true}, // Mostly dark
{url: 'url("../../images/wp4670197.jpg")', isDark: true}, // Mostly dark
{url: 'url("../../images/wp4511352.jpg")', isDark: true} // Mostly dark
];

function displayRandomQuote() {
Expand Down

0 comments on commit 89bfaf6

Please sign in to comment.