Skip to content

Commit

Permalink
fix: v1.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokuyow committed Nov 27, 2023
1 parent f6b2a17 commit dfe82ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ input:checked+.slider:before {
--subject-text-color: #BFBFBF;
--main-bg-color: #1F1F1F;
--sub-bg-color: #333333;
--input-bg-color: #2E2E2E;
--unit-bg-color: #3B3B3B;
--input-bg-color: #333333;
--unit-bg-color: #424242;
--invalid-color: #545454;
}
}
Expand All @@ -611,8 +611,8 @@ input:checked+.slider:before {
--subject-text-color: #BFBFBF;
--main-bg-color: #1F1F1F;
--sub-bg-color: #333333;
--input-bg-color: #2E2E2E;
--unit-bg-color: #3B3B3B;
--input-bg-color: #333333;
--unit-bg-color: #424242;
--invalid-color: #545454;
}

Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const urlsToCache = [
'./images/angle-down-solid.svg'
];

const VERSION = '1.40';
const VERSION = '1.40.1';
let CACHE_NAME = 'sats-rate-caches-' + VERSION;
const MY_CACHES = new Set([CACHE_NAME]);

Expand Down

0 comments on commit dfe82ca

Please sign in to comment.