@standardnotes/standard-blue-dark 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.2](https://github.com/standardnotes/plugins/compare/@standardnotes/standard-blue-dark@1.1.1...@standardnotes/standard-blue-dark@1.1.2) (2023-12-12)
7
+
8
+ **Note:** Version bump only for package @standardnotes/standard-blue-dark
9
+
6
10
  ## [1.1.1](https://github.com/standardnotes/plugins/compare/@standardnotes/standard-blue-dark@1.1.0...@standardnotes/standard-blue-dark@1.1.1) (2023-12-08)
7
11
 
8
12
  **Note:** Version bump only for package @standardnotes/standard-blue-dark
package/dist/dist.css CHANGED
@@ -1,4 +1,3 @@
1
- @import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);
2
1
  :root {
3
2
  --sn-stylekit-editor-font-family: "Lato", sans-serif;
4
3
  --sn-stylekit-sans-serif-font: "Lato", sans-serif;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@standardnotes/standard-blue-dark",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "main": "dist/dist.css",
5
5
  "author": "Kieran Colfer",
6
- "description": "A dark blue theme for Standard Notes. Uses Google Fonts.",
6
+ "description": "A dark blue theme for Standard Notes.",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -21,5 +21,5 @@
21
21
  "devDependencies": {
22
22
  "webpack": "*"
23
23
  },
24
- "gitHead": "f64a0c176bf9914cdb98e3b6b66edfa78517adad"
24
+ "gitHead": "1fa2d184f178550ade09b2b25d31b2174877072d"
25
25
  }
package/src/main.scss CHANGED
@@ -1,5 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
2
-
3
1
  :root {
4
2
  --sn-stylekit-editor-font-family: "Lato", sans-serif;
5
3
  --sn-stylekit-sans-serif-font: "Lato", sans-serif;