@intergrav/dev.css 2.0.0 → 2.0.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/README.md +2 -2
- package/dev.css +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ It has a light and dark theme, and the header turns into a sidebar on wider disp
|
|
|
13
13
|
In your HTML's `<head>` all you have to write is this, and you're done! (`.min` means to minify the file)
|
|
14
14
|
|
|
15
15
|
```html
|
|
16
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@
|
|
16
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2">
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
I also recommend adding a font through [intergrav/fonts](https://github.com/intergrav/fonts). Geist or Inter work with dev.css out of the box. It will use the default system/browser san-serif fonts otherwise.
|
|
@@ -37,5 +37,5 @@ I also recommend adding a font through [intergrav/fonts](https://github.com/inte
|
|
|
37
37
|
|
|
38
38
|
You can also use custom colors and custom fonts in dev.css through themes. See the `/theme` folder to view some premade ones. You can also copy the `boilerplate.css` and make a theme yourself. Simply apply it after the dev.css stylesheet. For example, to apply the terminal theme, put this after your main stylesheet:
|
|
39
39
|
```html
|
|
40
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@
|
|
40
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2/theme/terminal.min.css">
|
|
41
41
|
```
|
package/dev.css
CHANGED
package/package.json
CHANGED