diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 9e21b49..b125e30 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ github: - mikebryant +- theRTC204 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..72c88ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,49 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Things to check** +- Have you forced a refresh in your browser (e.g. ctrl+F5 in Chrome/Firefox)? + - yes/no +- Have you made sure the first time buyer option is correct? If you're unsure, try it both ways + - yes/no +- Have you time-travelled this week? Travelling backwards resets the prices, and therefore you must not put prices in from both before & after the time-travel + - yes/no + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Permalink to your prices** +Please click the `Copy Permalink` button and paste it here + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..11fc491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/no-response.yml b/.github/no-response.yml new file mode 100644 index 0000000..ab52138 --- /dev/null +++ b/.github/no-response.yml @@ -0,0 +1,10 @@ +# Configuration for probot-no-response - https://github.com/probot/no-response + +daysUntilClose: 7 +responseRequiredLabel: more information required +closeComment: > + This issue has been automatically closed because there has been no response + to our request for more information from the original author. With only the + information that is currently in the issue, we don't have enough information + to take action. Please reach out if you have or find the answers we need so + that we can investigate further. diff --git a/css/styles.css b/css/styles.css index afb42ee..5829393 100644 --- a/css/styles.css +++ b/css/styles.css @@ -304,7 +304,7 @@ input[type=number] { padding: 8px 16px; border-width: 0px; border-radius: 40px; - background: transparent; + background: #F3F3F3; font-size: 1.2rem; transition: 0.2s all; position: relative; @@ -329,6 +329,7 @@ input[type=number] { margin: 0px auto; box-sizing: border-box; overflow-x: auto; + scrollbar-width: thin; } @media only screen and (max-width: 1440px) and (pointer: fine) { @@ -557,17 +558,8 @@ input[type=number] { z-index: 1; } -.darkmode-toggle { - opacity: 0.7; - transition: opacity 0.15s; -} .darkmode-toggle:hover { - opacity: 0.9; -} - -.darkmode-toggle:active { - transition: opacity 0s; - opacity: 1; + filter: brightness(0.9); } .darkmode-toggle:focus { @@ -590,36 +582,35 @@ body.darkmode--activated{ font-family: 'Varela Round', sans-serif; width: 100%; margin: 0 0 0 0; - position: absolute + position: absolute; } body.darkmode--activated div[class^="dialog-box"], body.darkmode--activated div[class^="nook-phone"], -body.darkmode--activated form[class^="input__form"], -{ +body.darkmode--activated form[class^="input__form"] { background: #fee0c4; color: #010F1D; } -body.darkmode--activated svg[class^="waves"]{ +body.darkmode--activated svg[class^="waves"] { background: #fef0e3; } body.darkmode--activated a, body.darkmode--activated b, -body.darkmode--activated input[type=number]:not(:placeholder-shown){ +body.darkmode--activated input[type=number]:not(:placeholder-shown) { color: #586472; } body.darkmode--activated input[type="radio"]+label, -body.darkmode--activated input[type=number]:placeholder-shown{ +body.darkmode--activated input[type=number]:placeholder-shown { background: #bda284; } -body.darkmode--activated input[type="radio"]:checked+label{ +body.darkmode--activated input[type="radio"]:checked+label { background: #7b6955; } -body.darkmode--activated i{ +body.darkmode--activated i { color: #7b6955; } diff --git a/index.html b/index.html index 6ddf79f..dc2f136 100644 --- a/index.html +++ b/index.html @@ -110,7 +110,7 @@
- +
@@ -121,11 +121,11 @@
- +
- +
@@ -133,11 +133,11 @@
- +
- +
@@ -145,11 +145,11 @@
- +
- +
@@ -157,11 +157,11 @@
- +
- +
@@ -169,11 +169,11 @@
- +
- +
@@ -181,11 +181,11 @@
- +
- +
@@ -213,7 +213,6 @@ -
@@ -229,12 +228,10 @@
+
-
-
- - -
+ +
@@ -297,6 +294,7 @@

:

+

:
@@ -314,7 +312,7 @@ - +