word-games-theme 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/content/en/react.json +1 -1
- data/assets/css/content.css +5 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eaf347acf70e4230e1699c9ef615715a89dba592a724dada570b6198cfef29f7
|
4
|
+
data.tar.gz: dd22f2c282dccaa6a41823b065a2ed65b7693a144351f3a51209d5b6f071512a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e0ccc08d7c22c8961bb9852cc1e6d0a67a7802610ceec13a7291f36b26096eae046191ec30c28a088337d5377bc50301dacabe89d9e78699ba75dd4c5971ced
|
7
|
+
data.tar.gz: c6f8dc1d423a44d354675bac473a18fdd4a45dd11191cdf5b77e6daeabe7a79d2d1fede44583173fd257bb5b2afc6673f806022da091dd319e402c2d2346814e
|
data/_data/content/en/react.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
"word": "caret",
|
13
13
|
"points": 7,
|
14
14
|
"i": 5,
|
15
|
-
"scrabble": "caret is a valid word in scrabble. As per TWL06 dictionary it has 7 points, and as per SOWPODS dictionary it has 7 points.",
|
15
|
+
"scrabble": "<b>caret</b> is a valid word in scrabble. As per TWL06 dictionary it has 7 points, and as per SOWPODS dictionary it has 7 points.",
|
16
16
|
"wordswithfriend": "caret is a valid word in words with friends. As per Words with Friends dictionary it has 8 points."
|
17
17
|
},
|
18
18
|
{
|
data/assets/css/content.css
CHANGED
@@ -15,6 +15,9 @@
|
|
15
15
|
padding-bottom: 0.8rem;
|
16
16
|
color: #1e283c;
|
17
17
|
}
|
18
|
+
b {
|
19
|
+
color: #000;
|
20
|
+
}
|
18
21
|
|
19
22
|
.content_sub_heading {
|
20
23
|
font-weight: 600;
|
@@ -72,7 +75,7 @@
|
|
72
75
|
color: #000;
|
73
76
|
} */
|
74
77
|
.wordsdata {
|
75
|
-
margin-bottom:
|
78
|
+
margin-bottom: 40px;
|
76
79
|
}
|
77
80
|
.word-title {
|
78
81
|
margin: 0px 0;
|
@@ -86,7 +89,7 @@
|
|
86
89
|
line-height: 1.5;
|
87
90
|
}
|
88
91
|
.word-heading {
|
89
|
-
margin:
|
92
|
+
margin: 10px 0;
|
90
93
|
/* margin-bottom: 40px; */
|
91
94
|
color: #0645ad;
|
92
95
|
vertical-align: baseline;
|