Skip to content

Commit

Permalink
Add custom stylesheet
Browse files Browse the repository at this point in the history
-The custom.scss file can be used to add custom css changes without affecting the ability to do a git pull update
-Added a quick explanation of using the custom.scss file in the "Configure Explorer Settings" section of the README
  • Loading branch information
joeuhren committed May 16, 2022
1 parent bdae838 commit 2d976ea
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 76 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ cp ./settings.json.template ./settings.json

*Make required changes in settings.json*

**NOTE:** You can further customize the site by adding css rules to the `public/css/custom.scss` file. Adding changes to `custom.scss` is the preferred method of customizing the css rules for your site, without affecting the ability to receive explorer code updates in the future.

### Start/Stop the Explorer

#### Start Explorer (Use for Testing)
Expand Down
1 change: 1 addition & 0 deletions public/css/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Add custom css rules here */
Loading

0 comments on commit 2d976ea

Please sign in to comment.