minduim 1.0.2 → 1.0.4

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.
data/assets/css/theme.css CHANGED
@@ -1,40 +1,40 @@
1
- /*
2
- Theme Options
3
- Replace this file in your site repo and uncomment the values you
4
- would like to change.
5
- */
6
-
7
- :root {
8
- /*
9
- Typography
10
- */
11
- /*--font-family-base: ui-sans-serif, sans-serif;*/
12
- /*--font-family-headings: var(--font-family-base);*/
13
- /*--font-family-quote: ui-serif, serif;*/
14
- /*--font-family-code: ui-monospace, monospace;*/
15
- /*--font-size-base: 16px;*/
16
- /*--font-size-small: 0.875em;*/
17
- /*
18
- Colors
19
- */
20
- /*--color-background: var(--white);*/
21
- /*--color-foreground: var(--black);*/
22
- /*--color-accent: var(--yellow);*/
23
- /*--color-accent-alt: var(--red);*/
24
- /*--color-details: var(--gray);*/
25
- /*
26
- Details
27
- */
28
- /*--radius: 0.5rem;*/
29
- /*--border: 1px dotted var(--color-details);*/
30
- /*--shadow: 0 0 7px var(--color-details);*/
31
- /*--transition-duration: 0.36s;*/
32
- /*
33
- Color palette
34
- */
35
- /*--white: rgb(255, 255, 255);*/
36
- /*--black: rgb(44, 44, 44);*/
37
- /*--gray: rgb(133, 146, 158);*/
38
- /*--red: rgb(231, 76, 60);*/
39
- /*--yellow: rgb(241, 196, 15);*/
40
- }
1
+ /*
2
+ Theme Options
3
+ Replace this file in your site repo and uncomment the values you
4
+ would like to change.
5
+ */
6
+
7
+ :root {
8
+ /*
9
+ Typography
10
+ */
11
+ /*--font-family-base: ui-sans-serif, sans-serif;*/
12
+ /*--font-family-headings: var(--font-family-base);*/
13
+ /*--font-family-quote: ui-serif, serif;*/
14
+ /*--font-family-code: ui-monospace, monospace;*/
15
+ /*--font-size-base: 16px;*/
16
+ /*--font-size-small: 0.875em;*/
17
+ /*
18
+ Colors
19
+ */
20
+ /*--color-background: var(--white);*/
21
+ /*--color-foreground: var(--black);*/
22
+ /*--color-accent: var(--yellow);*/
23
+ /*--color-accent-alt: var(--red);*/
24
+ /*--color-details: var(--gray);*/
25
+ /*
26
+ Details
27
+ */
28
+ /*--radius: 0.5rem;*/
29
+ /*--border: 1px dotted var(--color-details);*/
30
+ /*--shadow: 0 0 7px var(--color-details);*/
31
+ /*--transition-duration: 0.36s;*/
32
+ /*
33
+ Color palette
34
+ */
35
+ /*--white: rgb(255, 255, 255);*/
36
+ /*--black: rgb(44, 44, 44);*/
37
+ /*--gray: rgb(133, 146, 158);*/
38
+ /*--red: rgb(231, 76, 60);*/
39
+ /*--yellow: rgb(241, 196, 15);*/
40
+ }
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minduim
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Freitas
@@ -146,6 +146,7 @@ files:
146
146
  - assets/css/layout.css
147
147
  - assets/css/syntax.css
148
148
  - assets/css/theme.css
149
+ - assets/images/favicon.png
149
150
  homepage: https://minduim.arthr.dev
150
151
  licenses:
151
152
  - MIT