diff --git a/README.md b/README.md index f81295c2..f21e7b4e 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ Development: Read the [Development](#development) section
Other (Click to expand) - Note: To get the full new tab experience, just set your browser to open the index.html on startup and tab open + Note: To get the full new tab experience, set your browser to open the index.html on startup and tab open!
    -
  1. Open the index.html in your browser +
  2. Open the index.html in your browser
  3. Enjoy your new tab!
diff --git a/src/assets/scss/modules/_background.scss b/src/assets/scss/modules/_background.scss index 459259d4..d077746d 100644 --- a/src/assets/scss/modules/_background.scss +++ b/src/assets/scss/modules/_background.scss @@ -25,7 +25,7 @@ .space { background-image: url('../img/7.jpeg'); } .ice { background-image: url('../img/8.jpeg'); } .waterfall { background-image: url('../img/9.jpeg'); } -.lake { background-image: url('../img/10.jpeg'); } +.lake { background-image: url('../img/10.jpeg'); } .sunset { background-image: url('../img/11.jpeg'); } .desert { background-image: url('../img/12.jpeg'); } .canyon { background-image: url('../img/13.jpeg'); }