word-games-theme 0.9.2 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/nav.json +1 -1
  3. data/_data/header/en/data.json +10 -2
  4. data/_data/wordgames/en/anagram_word_finder.json +2 -0
  5. data/_data/wordgames/en/feature_certain_positions.json +54 -0
  6. data/_data/wordgames/en/find-words-that-start-with-the-letters.json +54 -0
  7. data/_data/wordgames/en/root.json +10 -2
  8. data/_data/wordgames/en/word-meaning.json +85 -0
  9. data/_data/wordleSolver/en/data.json +6 -0
  10. data/_includes/Monumetric/Monumetric.html +48 -0
  11. data/_includes/autogenerated/content.html +1 -4
  12. data/_includes/cssfile/links.html +12 -0
  13. data/_includes/custom-head.html +0 -29
  14. data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +167 -0
  15. data/_includes/head/index.html +3 -29
  16. data/_includes/header/blogHeader.html +1 -2
  17. data/_includes/header/index.html +1 -1
  18. data/_includes/script.html +16 -12
  19. data/_includes/section/commonPage.html +105 -101
  20. data/_includes/section/feature.html +1 -1
  21. data/_includes/section/news.html +8 -7
  22. data/_includes/section/related_categories_post.html +155 -150
  23. data/_includes/section/wordGroup.html +2 -12
  24. data/_includes/wordle-solver/wordle-solver.html +2 -3
  25. data/_layouts/allpages.html +1 -6
  26. data/_layouts/autogencontent.html +2 -5
  27. data/_layouts/blog.html +1 -2
  28. data/_layouts/default.html +18 -21
  29. data/_layouts/disclaimer.html +5 -2
  30. data/_layouts/page.html +7 -17
  31. data/_layouts/page2.html +3 -18
  32. data/_layouts/post.html +26 -23
  33. data/_layouts/privacyPolicy.html +2 -1
  34. data/_layouts/termAndCondition.html +1 -0
  35. data/_layouts/{wordleSolver.html → tools.html} +18 -11
  36. data/_layouts/wordMeaning.html +26 -38
  37. data/_layouts/xyzpages.html +1 -6
  38. data/assets/css/advancedFilter.css +8 -0
  39. data/assets/css/content.css +3 -3
  40. data/assets/css/home.css +56 -39
  41. data/assets/css/news.css +2 -2
  42. data/assets/css/style.css +26 -7
  43. data/assets/css/wordGroup.css +8 -4
  44. data/assets/css/wordleSolver.css +8 -14
  45. data/assets/css/wordsInCertainPosition.css +140 -0
  46. data/assets/images/wordswithletters-logo.png +0 -0
  47. data/assets/js/X-letter.js +12 -2
  48. data/assets/js/wordScrabble.js +4 -1
  49. data/assets/js/wordleSolver.js +25 -18
  50. data/assets/js/words-in-certain-positions.js +200 -0
  51. data/assets/js/words-starting-with.js +564 -0
  52. metadata +12 -3
data/_layouts/post.html CHANGED
@@ -1,15 +1,12 @@
1
1
  <html>
2
-
3
2
  {% include custom-head.html %}
4
-
5
-
6
3
  <style>
7
4
  p {
8
5
  margin-bottom: 3rem;
9
6
  }
10
7
 
11
8
  .mainThings {
12
- padding-left: 40px;
9
+ /* padding-left: 40px; */
13
10
  position: sticky;
14
11
  top: 80px;
15
12
  }
@@ -34,12 +31,12 @@
34
31
  <section class="section_post">
35
32
  <div class="container">
36
33
  <div class="row section-title-wrap">
37
- <div class="col-md-12 mt-5">
34
+ <div class="col-md-8 mx-auto mt-5">
38
35
  <h1 class="display-4" style="font-weight: 900;">{{ page.title }}</h1>
39
36
  </div>
40
37
  </div>
41
38
  <div class="row mt-5">
42
- <div class="col-md-8">
39
+ <div class="col-md-8 mx-auto">
43
40
  {%- include authors/authors.html -%}
44
41
  {%- include postauthorbio.html -%}
45
42
  {% if page.author %}
@@ -51,7 +48,7 @@
51
48
 
52
49
  {%- include paginationPostPage.html -%}
53
50
  </div>
54
- <div class="col-md-4">
51
+ <div class="col-md-8 mx-auto">
55
52
  <div class="mainThings">
56
53
  <div class="socialIons">
57
54
  <ul class="list-unstyled item-lists2">
@@ -80,10 +77,15 @@
80
77
  {%- if page.URLS -%}
81
78
  <h3 class="font-weight-bolder">Checkout out these features</h3>
82
79
  <br>
83
- {%- for item in page.URLS -%}
84
- <p class="mb-3"> <a class="featureLink" style="font-size: 13px"
85
- href="{{item.url}}">{{item.name}}</a></p>
86
- {%- endfor -%}
80
+ <div class="row">
81
+ {%- for item in page.URLS -%}
82
+ {%- if item.name-%}
83
+
84
+ <p class="mb-3 col-md-6 col-lg-3"> <a class="featureLink" style="font-size: 13px"
85
+ href="{{item.url}}">{{item.name}}</a></p>
86
+ {%- endif -%}
87
+ {%- endfor -%}
88
+ </div>
87
89
  {% else %}
88
90
  <h3 class="font-weight-bolder">Checkout out these features</h3>
89
91
  <br>
@@ -96,16 +98,18 @@
96
98
  {%- endif -%}
97
99
  {%- endfor -%}
98
100
 
99
- {%- for url in allRandomUrls limit: 10-%}
100
- {% if url %}
101
- <p class="mb-3">
102
- <a class="featureLink" style="font-size: 13px" href="{{url }}">
103
- {%- assign name = url | replace: '/', ' ' | replace: '-', ' ' -%}
104
- {{ name }}
105
- </a>
106
- </p>
107
- {%- endif -%}
108
- {%- endfor -%}
101
+ <div class="row">
102
+ {%- for url in allRandomUrls limit: 10-%}
103
+ {% if url %}
104
+ <p class="mb-3 col-md-6 col-lg-3">
105
+ <a class="featureLink" style="font-size: 13px" href="{{url }}">
106
+ {%- assign name = url | replace: '/', ' ' | replace: '-', ' ' -%}
107
+ {{ name }}
108
+ </a>
109
+ </p>
110
+ {%- endif -%}
111
+ {%- endfor -%}
112
+ </div>
109
113
  {%- endif -%}
110
114
 
111
115
  </div>
@@ -127,11 +131,10 @@
127
131
  </div>
128
132
  </section>
129
133
  {%- include section/count.html -%}
130
- {%- include section/alertbar.html -%}
134
+ <!-- {%- include section/alertbar.html -%} -->
131
135
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
132
136
  {% include script.html %}
133
137
  <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
134
- {% include Monumetric/Monumetric.html %}
135
138
  </body>
136
139
 
137
140
  </html>
@@ -414,7 +414,8 @@
414
414
  </section>
415
415
  <!-- End main body content -->
416
416
 
417
- {%- include footer/index.html -%}
417
+ {%- include footer/index.html -%}
418
+ {%- include script.html -%}
418
419
 
419
420
  </body>
420
421
 
@@ -415,6 +415,7 @@
415
415
 
416
416
 
417
417
  {%- include footer/index.html -%}
418
+ {%- include script.html -%}
418
419
 
419
420
  </body>
420
421
 
@@ -9,12 +9,10 @@
9
9
  {%- include head/index.html -%}
10
10
 
11
11
  <body>
12
- <link rel="stylesheet" href="{{ '../assets/css/wordleSolver.css' | relative_url }}">
13
12
  {%- include header/index.html -%}
14
13
 
15
-
16
14
  {%- if homeData.h1 or homeData.h2 -%}
17
- <div class="wordleSolver_headings">
15
+ <div class="tools_headings">
18
16
  <div class="container">
19
17
  <div class="pageHeading text-center">
20
18
  <h1 class="heading pb-0 m-0">{{homeData.h1}}</h1>
@@ -26,7 +24,7 @@
26
24
  </div>
27
25
  {%- endif -%}
28
26
 
29
- <div class="wordleSolver-feature">
27
+ <div class="tools-feature">
30
28
  {{content}}
31
29
  </div>
32
30
 
@@ -41,18 +39,27 @@
41
39
 
42
40
  {%- include Rating/rating.html -%}
43
41
 
44
-
42
+ {%- assign langen = "en" -%}
43
+ {%- if site.data[folder][langen][file].categories -%}
44
+ {% assign categories= site.data[folder][langen][file].categories %}
45
+ {%- else -%}
46
+ {% assign categories= page.categories %}
47
+ {%- endif -%}
48
+ {%- if site.data[folder][langen][file].tags -%}
49
+ {% assign tags= site.data[folder][langen][file].tags %}
50
+ {%- else -%}
51
+ {% assign tags= page.tags %}
52
+ {%- endif -%}
53
+ {%- if categories.size> 0 or tags.size>0-%}
45
54
  {%- include section/related_categories_post.html -%}
46
-
55
+ {%- else -%}
56
+ {%- include section/recent_posts.html -%}
57
+ {% endif %}
47
58
 
48
59
 
49
60
  {%- include footer/index.html -%}
50
- <link rel="stylesheet"
51
- href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
52
61
 
53
- <script defer src="../assets/js/wordleSolver.js"></script>
54
- <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
55
- {% include Monumetric/Monumetric.html %}
62
+ {%- include script.html -%}
56
63
  </body>
57
64
 
58
65
  </html>
@@ -1,9 +1,11 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
3
 
4
- {% assign path = page.jsonFile %}
5
- {% assign jsonPath = site.data[path] %}
6
- {% assign dataToShow = jsonPath %}
4
+ {% assign folderName = page.folderName %}
5
+ {% assign file = page.fileName %}
6
+ {% assign lang = page.lang %}
7
+ {% assign dataToShow = site.data[folderName][lang][file] %}
8
+
7
9
 
8
10
  <head>
9
11
  <!-- Mobile Specific Meta -->
@@ -29,9 +31,9 @@
29
31
 
30
32
  <link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
31
33
  <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
34
+ <link rel="stylesheet" href="/assets/css/HomePageblog.css">
32
35
  <link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
33
36
 
34
-
35
37
  {%- include google-analytics.html -%}
36
38
 
37
39
 
@@ -46,35 +48,9 @@
46
48
  background-color: #F8F9FA !important;
47
49
  }
48
50
  </style>
49
- {%- if site.MonumetricID -%}
50
- <script>
51
- const autoLoadDuration = 5; //In Seconds
52
- const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
53
-
54
- const autoLoadTimeout = setTimeout(runScripts, autoLoadDuration * 1000);
55
-
56
- eventList.forEach(function (event) {
57
- window.addEventListener(event, triggerScripts, { passive: true })
58
- });
59
-
60
- function triggerScripts() {
61
- runScripts();
62
- clearTimeout(autoLoadTimeout);
63
- eventList.forEach(function (event) {
64
- window.removeEventListener(event, triggerScripts, { passive: true });
65
- });
66
- }
67
51
 
68
- function runScripts() {
69
- console.log(document.querySelector("script"))
70
- console.log("Javascript Executed!")
71
- console.log(document.querySelectorAll("script[delay]"))
72
- document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
73
- scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
74
- });
75
- }
76
- </script>
77
- {%- endif -%}
52
+ {% include Monumetric/Monumetric.html %}
53
+
78
54
  </head>
79
55
 
80
56
  <body>
@@ -127,15 +103,27 @@
127
103
  </div>
128
104
  </div>
129
105
 
130
- {%- include footer/index.html -%}
106
+ {%- assign langen = "en" -%}
107
+ {%- if site.data[folder][langen][file].categories -%}
108
+ {% assign categories= site.data[folder][langen][file].categories %}
109
+ {%- else -%}
110
+ {% assign categories= page.categories %}
111
+ {%- endif -%}
112
+ {%- if site.data[folder][langen][file].tags -%}
113
+ {% assign tags= site.data[folder][langen][file].tags %}
114
+ {%- else -%}
115
+ {% assign tags= page.tags %}
116
+ {%- endif -%}
117
+ {%- if categories.size> 0 or tags.size>0-%}
118
+ {%- include section/related_categories_post.html -%}
119
+ {%- else -%}
120
+ {%- include section/recent_posts.html -%}
121
+ {% endif %}
131
122
 
123
+ {%- include footer/index.html -%}
132
124
 
133
- <script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
134
- <link rel="stylesheet"
135
- href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
125
+ {%- include script.html -%}
136
126
  <script src="/assets/js/scrabbleDictonary.js"></script>
137
- <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
138
- {% include Monumetric/Monumetric.html %}
139
127
  </body>
140
128
 
141
129
  </html>
@@ -93,12 +93,7 @@
93
93
 
94
94
  {% include xyzpages/xyzFooter.html %}
95
95
 
96
- <link rel="stylesheet"
97
- href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
98
- <script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
99
- <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
100
- {% include Monumetric/Monumetric.html %}
101
-
96
+ {%- include script.html -%}
102
97
  </body>
103
98
 
104
99
  </html>
@@ -1,3 +1,11 @@
1
+ #home_page_search_result{
2
+ padding:10px;
3
+ font-size: 12px;
4
+ }
5
+ #home_page_search_result:hover{
6
+ text-decoration: underline !important;
7
+ }
8
+
1
9
  .result_header > .result_header_logo {
2
10
  position: fixed;
3
11
  z-index: 999;
@@ -1,7 +1,7 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
1
+ @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
2
2
  .article {
3
- padding-top: 150px;
4
- font-family: Montserrat, sans-serif;
3
+ padding-top: 100px;
4
+ font-family: 'Poppins', sans-serif !important;
5
5
  }
6
6
  .main_h1 {
7
7
  font-size: 30px;
data/assets/css/home.css CHANGED
@@ -10,6 +10,18 @@
10
10
  background-size: cover;
11
11
  margin-bottom: 20vh;
12
12
  }
13
+ .result_navbar_section{
14
+ width: 100%;
15
+ padding: .8rem 9% !important;
16
+ position: sticky;
17
+ top: 0;
18
+ z-index: 999;
19
+ display: flex;
20
+ justify-content: space-between;
21
+ flex-wrap: wrap;
22
+ -ms-flex-align: center;
23
+ align-items: center;
24
+ }
13
25
  .pageHeading {
14
26
  margin-bottom: 0.8rem;
15
27
  /* padding-top: 1.5rem; */
@@ -17,6 +29,11 @@
17
29
  .pageHeading > h1 {
18
30
  font-size: 30px;
19
31
  }
32
+ .pageHeading > .result_heading{
33
+ font-size: 22px;
34
+ font-weight: 600;
35
+ color: #000;
36
+ }
20
37
  .table {
21
38
  height: 5em;
22
39
  overflow: auto;
@@ -293,47 +310,47 @@ input:-webkit-autofill:active {
293
310
  width: 700px !important;
294
311
  padding: 0px;
295
312
  }
313
+
296
314
  @media (max-width: 768px) {
297
- .pageHeaderBg{
298
- height: 300px;
299
- }
300
- .pageHeading{
301
- margin-bottom: 1rem;
302
- }
303
- .pageHeading > h2{
304
- font-size: 1.4rem;
305
- }
306
- .wrapper_dropDown {
307
- align-items: flex-end;
308
- flex-direction: column;
309
- gap: 0 !important;
310
- /* margin:0 !important */
311
- }
312
- .txtBox {
313
- height: 50px !important;
314
- }
315
- .serachBtn {
316
- height: 50px !important;
317
- width: 40px !important;
318
- }
319
- .advancedFilter .filterButton {
320
- top: 60px;
321
- }
322
- .select_dropDown2 {
323
- height: 50px;
324
- width: 30%;
325
- right: 40px;
326
- padding: 9.5px 0;
327
- border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
328
- }
329
- }
330
- @media (max-width:500px) {
331
- .pageHeading{
315
+ .result_navbar_section{
316
+ padding: 1.2rem 15px !important;
317
+ }
318
+ .pageHeaderBg{
319
+ height: 300px;
320
+ }
321
+ .pageHeading{
322
+ margin-bottom: 1rem;
323
+ }
324
+ .pageHeading > h2{
325
+ font-size: 1.4rem;
326
+ }
327
+ .pageHeading > .result_heading{
328
+ font-size: 1.8rem;
332
329
  padding-left: 25px;
333
- }
334
-
335
- }
336
- @media (max-width: 768px) {
330
+ }
331
+ .wrapper_dropDown {
332
+ align-items: flex-end;
333
+ flex-direction: column;
334
+ gap: 0 !important;
335
+ /* margin:0 !important */
336
+ }
337
+ .txtBox {
338
+ height: 50px !important;
339
+ }
340
+ .serachBtn {
341
+ height: 50px !important;
342
+ width: 40px !important;
343
+ }
344
+ .advancedFilter .filterButton {
345
+ top: 60px;
346
+ }
347
+ .select_dropDown2 {
348
+ height: 50px;
349
+ width: 30%;
350
+ right: 40px;
351
+ padding: 9.5px 0;
352
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
353
+ }
337
354
  #select_dropDown {
338
355
  bottom: 0;
339
356
  position: fixed;
data/assets/css/news.css CHANGED
@@ -37,11 +37,11 @@
37
37
  padding-right: 30px;
38
38
  line-height: 1.4;
39
39
  cursor: pointer;
40
- padding-left: 48px;
40
+ /* padding-left: 48px; */
41
41
  }
42
42
  .meduim-text {
43
43
  font-size: 14px;
44
- padding-left: 48px;
44
+ /* padding-left: 48px; */
45
45
  font-weight: 500;
46
46
  line-height: 1.75;
47
47
  text-align: left;
data/assets/css/style.css CHANGED
@@ -30,10 +30,9 @@ header {
30
30
  width: 100%;
31
31
  position: relative;
32
32
  }
33
-
34
- .navbar-section {
33
+ .navbar {
35
34
  width: 100%;
36
- padding: 1.2rem 10rem !important;
35
+ padding: 1.2rem 9% !important;
37
36
  position: fixed;
38
37
  top: 0;
39
38
  left: 0;
@@ -54,7 +53,7 @@ header {
54
53
  outline: none !important;
55
54
  }
56
55
  .navbar-nav {
57
- margin-left: 11rem;
56
+ margin-left: 14rem;
58
57
  }
59
58
  .navbar-nav .nav-item {
60
59
  padding: 0 15px;
@@ -244,8 +243,13 @@ header {
244
243
  font-size: 14px;
245
244
  }
246
245
 
246
+ .tools_headings {
247
+ margin-top: 110px;
248
+ margin-bottom: 20px;
249
+ }
250
+
247
251
  @media (max-width: 768px) {
248
- .navbar-section {
252
+ .navbar {
249
253
  padding: 1.2rem 15px !important;
250
254
  }
251
255
 
@@ -310,7 +314,6 @@ header {
310
314
  filter: brightness();
311
315
  filter: brightness(100);
312
316
  }
313
-
314
317
  .rating-tool {
315
318
  width: 100%;
316
319
  display: flex;
@@ -390,6 +393,9 @@ header {
390
393
  padding: 4px 0;
391
394
  }
392
395
  @media (max-width: 768px) {
396
+ .rating-text,.rating-value{
397
+ font-size: 12px;
398
+ }
393
399
 
394
400
  .social-icons {
395
401
  left: 0;
@@ -417,7 +423,20 @@ header {
417
423
  .social-icon:hover {
418
424
  color: black;
419
425
  }
420
-
421
426
  .highlight {
422
427
  color: #ff0000 !important;
423
428
  }
429
+ .related_post_heading,.related_post_heading{
430
+ width: 100%;
431
+ font-size: 46px;
432
+ text-align: center;
433
+ font-weight: 800;
434
+ font-stretch: normal;
435
+ font-style: normal;
436
+ line-height: 1.24;
437
+ letter-spacing: normal;
438
+ color: #11304e;
439
+ margin-bottom: 45px;
440
+ padding-top: 75px;
441
+ display: inline-block;
442
+ }
@@ -35,7 +35,8 @@
35
35
  background: #f8f9fa;
36
36
  border-radius: 5px;
37
37
  margin: 6px 6px;
38
- width: 100px;
38
+ width: auto;
39
+ min-width: 100px;
39
40
  text-align: center;
40
41
  }
41
42
  .wordList .anchor__style {
@@ -53,9 +54,12 @@
53
54
  @media (max-width: 768px) {
54
55
  .wordCount {
55
56
  font-size: 1.3rem;
56
- margin-top: 15px;
57
+ /* margin-top: 15px; */
58
+ }
59
+ .pad{
60
+ padding-bottom: 50px;
57
61
  }
58
- .pagePad{
62
+ /* .pagePad{
59
63
  padding-top: 130px !important ;
60
64
  }
61
65
  .pad {
@@ -63,5 +67,5 @@
63
67
  }
64
68
  .xyzPad{
65
69
  padding-top: 50px;
66
- }
70
+ } */
67
71
  }
@@ -1,3 +1,5 @@
1
+
2
+ /* wordle solver tool css */
1
3
  .ws {
2
4
  display: flex;
3
5
  flex-direction: column;
@@ -15,10 +17,7 @@
15
17
  padding-top: 15px;
16
18
  text-align: center;
17
19
  }
18
- .wordleSolver_headings {
19
- margin-top: 110px;
20
- margin-bottom: 20px;
21
- }
20
+
22
21
  .wordleSolver-field {
23
22
  border-radius: 5px;
24
23
  margin: 0 5px 0 0 !important;
@@ -51,8 +50,8 @@
51
50
  .wordlesolver-btn {
52
51
  padding: 8px 25px;
53
52
  font-size: 15px;
54
- background-color: #6aaa64;
55
- border-color: #6aaa64;
53
+ background-color: #20a815;
54
+ border-color: #20a815;
56
55
  color: #fff;
57
56
  border-radius: 5px;
58
57
  width: 100px;
@@ -70,7 +69,6 @@
70
69
  font-size: 14px;
71
70
  font-weight: 600;
72
71
  }
73
-
74
72
  .allfiveletterswords {
75
73
  background-color: white !important;
76
74
  width: 75%;
@@ -87,25 +85,22 @@
87
85
  border-top-right-radius: 15px;
88
86
  border-top-left-radius: 15px;
89
87
  }
90
-
91
88
  #wordleWordCount {
92
89
  font-size: 18px;
93
90
  width: 75%;
94
91
  margin: 10px auto;
95
92
  }
96
-
97
93
  .ws-fcs {
98
94
  color: #fff !important;
99
- background-color: #6aaa64 !important;
95
+ background-color: #20a815 !important;
100
96
  }
101
97
  .ws-fcs2 {
102
98
  color: #fff !important;
103
- background-color: #c9b458 !important;
99
+ background-color: #C59E28 !important;
104
100
  }
105
-
106
101
  .ws-fcs3 {
107
102
  color: #fff !important;
108
- background-color: #787c7e !important;
103
+ background-color: #3D3D3E !important;
109
104
  }
110
105
  .related_post_heading {
111
106
  width: 100%;
@@ -121,7 +116,6 @@
121
116
  padding-top: 75px;
122
117
  display: inline-block;
123
118
  }
124
-
125
119
  #wordleSolvererrorMsg {
126
120
  margin: 10px auto;
127
121
  width: 75%;