diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fcac123..209b191 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@ - + {{- .Title | default .Site.Title -}} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 00ace0c..3721f2f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,9 +1,5 @@ {{ if ne .Site.Params.hideMadeWithLine true }} -

-License: CC BY-SA 4.0
-Git: SourceHut -

The no-JS Club was created by Frank Homburg and is the successor of Karan Goel's now archived project, The noJS Club. diff --git a/layouts/shortcodes/csv-table.html b/layouts/shortcodes/csv-table.html index 28ef0cb..f5f25f7 100644 --- a/layouts/shortcodes/csv-table.html +++ b/layouts/shortcodes/csv-table.html @@ -5,11 +5,11 @@ } #no-js td, #no-js th { - border: 1px solid #ddd; + border: 1px solid #878787; padding: 8px; } -#no-js tr:nth-child(even){background-color: #616161;} +#no-js tr:nth-child(even){background-color: #3a3a3a;} #no-js th { padding-top: 12px; diff --git a/public/404.html b/public/404.html index c88b1c8..dbd93d4 100644 --- a/public/404.html +++ b/public/404.html @@ -4,7 +4,7 @@ - + 404 Page not found @@ -29,10 +29,6 @@

-

-License: CC BY-SA 4.0
-Git: SourceHut -

The no-JS Club was created by Frank Homburg and is the successor of Karan Goel's now archived project, The noJS Club. diff --git a/public/categories/index.html b/public/categories/index.html index 70fc4d8..395c135 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -4,7 +4,7 @@ - + Categories @@ -44,10 +44,6 @@

-

-License: CC BY-SA 4.0
-Git: SourceHut -

The no-JS Club was created by Frank Homburg and is the successor of Karan Goel's now archived project, The noJS Club. diff --git a/public/faq/index.html b/public/faq/index.html index 72c0d10..5b12773 100644 --- a/public/faq/index.html +++ b/public/faq/index.html @@ -4,7 +4,7 @@ - + FAQ | The no-JS.club @@ -139,10 +139,6 @@

-

-License: CC BY-SA 4.0
-Git: SourceHut -

The no-JS Club was created by Frank Homburg and is the successor of Karan Goel's now archived project, The noJS Club. diff --git a/public/index.html b/public/index.html index c899731..aa8b6e9 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - + The no-JS.club | Promenade for JavaScript freed websites @@ -35,11 +35,11 @@ } #no-js td, #no-js th { - border: 1px solid #ddd; + border: 1px solid #878787; padding: 8px; } -#no-js tr:nth-child(even){background-color: #616161;} +#no-js tr:nth-child(even){background-color: #3a3a3a;} #no-js th { padding-top: 12px; @@ -338,10 +338,6 @@

-

-License: CC BY-SA 4.0
-Git: SourceHut -

The no-JS Club was created by Frank Homburg and is the successor of Karan Goel's now archived project, The noJS Club. diff --git a/public/tags/index.html b/public/tags/index.html index 6bfeedb..d56c594 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -4,7 +4,7 @@ - + Tags @@ -44,10 +44,6 @@

-

-License: CC BY-SA 4.0
-Git: SourceHut -

The no-JS Club was created by Frank Homburg and is the successor of Karan Goel's now archived project, The noJS Club.