RubyGems
npm
Organizations
Log in
Sign up
RubyGems
fume
Versions diffs
0.2.2 → 0.2.3
fume 0.2.2 → 0.2.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
data/VERSION.yml
+1
-1
data/fume.gemspec
+1
-1
data/generators/fume/simple_theme/templates/public/stylesheets/simple-theme.less
+4
-0
metadata
+1
-1
data/VERSION.yml
CHANGED
@@ -1,5 +1,5 @@
1
1
---
2
2
:build:
3
3
:minor: 2
4
-
:patch:
2
4
+
:patch:
3
5
5
:major: 0
data/fume.gemspec
CHANGED
@@ -5,7 +5,7 @@
5
5
6
6
Gem::Specification.new do |s|
7
7
s.name = %q{fume}
8
-
s.version = "0.2.
2
"
8
+
s.version = "0.2.
3
"
9
9
10
10
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
s.authors = ["Sunteya"]
data/generators/fume/simple_theme/templates/public/stylesheets/simple-theme.less
CHANGED
@@ -35,6 +35,10 @@ dark blue #0B43A8
35
35
/* =========================
36
36
Containers
37
37
========================= */
38
+
html {
39
+
background: #cfcfcf;
40
+
}
41
+
38
42
body {
39
43
color: #color_schemes['body-color'];
40
44
background: #cfcfcf;
metadata
CHANGED
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: fume
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.2.
2
4
+
version: 0.2.
3
5
5
platform: ruby
6
6
authors:
7
7
- Sunteya