word-games-theme 2.8.4 → 2.8.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59c3c5987a2db2a23978e1b311cc8043269e965d75f78d9310ee6874aab83ace
4
- data.tar.gz: 90ec438023355bf4de30fa30756ce055ba43712791cd3227248e3cd45420828e
3
+ metadata.gz: 05cdad3b41f3a32d4d37c25dcf54b3a258a139d6d8359ae9257c82f42051b8f4
4
+ data.tar.gz: 3755cc977be9d56503bb5c2e62d092c9111fd74cf12b24d404c990e0a42c0543
5
5
  SHA512:
6
- metadata.gz: fe45d8e1cae6738209e613843403025a922fcf9f009aa37a3ac2965865bdfad90a863808c5555d3d8cd59b27a1a4434f2be8555da34d126ad61a3a44d7fca24d
7
- data.tar.gz: 5289ecc157d4064d94aafdb6b660366ba358da01cab650937f35faf9cbf98956caf119e58ce2988df668e140ebff4a5e07a2313cbba7d2a16534b36f228be433
6
+ metadata.gz: 83e9b6f96b8aa09a808244036443e471ab98f9ea2f47e69f29d227294310b0750696214f4b0dd89a287ee389167fa5a19ad5f326c05636718de877f60568af0c
7
+ data.tar.gz: 876055ca9b052246b4df26577f39b40d37ba0220b5c4233244f9c9901a24e851f55e1dbff98905e96945c848bb361ab9af5778439f4f69714968e6d1ea73836d
@@ -69,6 +69,9 @@
69
69
  <link rel="stylesheet" href="/assets/css/adBlocker.css" />
70
70
  {%- endif -%}
71
71
 
72
+ {%- if site.internationalization or site.internationalizationall -%}
73
+ {%- include wordgames/alternates/alternates.html -%}
74
+ {%- endif -%}
72
75
 
73
76
  {% include /cssfile/links.html %}
74
77
 
@@ -87,10 +90,10 @@
87
90
  }
88
91
 
89
92
  @media (max-width: 768px) {
90
- .trywordle{
93
+ .trywordle {
91
94
  margin-bottom: 2rem;
92
95
  }
93
-
96
+
94
97
  }
95
98
  </style>
96
99
  {%- endif -%}
@@ -27,7 +27,21 @@ self.onmessage = async (event) => {
27
27
  sum += ScrabbleLetterScore[item[i]] || 0 // for unknown characters
28
28
  }
29
29
  return `
30
- <a class="anchor__style" title="Lookup ${item} in Dictionary" target="_blank" href="/word-meaning?search=${item.toLowerCase()}">
30
+ <a
31
+ style='color: #000 !important;
32
+ font-size: 15px;
33
+ text-decoration: none !important;
34
+ font-weight: 600;
35
+ list-style: none;
36
+ padding: 8px;
37
+ background: #f8f9fa;
38
+ border-radius: 5px;
39
+ margin: 6px 6px;
40
+ width: auto;
41
+ text-align: center;
42
+ border: solid 1px var(--black-color);
43
+ box-shadow: 2px 2px 1px 0px var(--black-color);'
44
+ class="anchor__style" title="Lookup ${item} in Dictionary" target="_blank" href="/word-meaning?search=${item.toLowerCase()}">
31
45
  ${item}
32
46
  <span class="points" value="${sum}" style="position:relative; top:4px; font-size:12px">${sum}</span>
33
47
  </a>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.4
4
+ version: 2.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-18 00:00:00.000000000 Z
11
+ date: 2024-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll