|
diff --git a/blog/blogs/latest.html b/blog/blogs/latest.html
index bf956f6..9e8db41 100755
--- a/blog/blogs/latest.html
+++ b/blog/blogs/latest.html
@@ -10,7 +10,7 @@
#stopchatcontrol
-

+
Return |
Home page |
Blogs 
|
diff --git a/html.js b/html.js
index 4e82580..7b6e86d 100755
--- a/html.js
+++ b/html.js
@@ -10,14 +10,14 @@ let pageTop = `
diff --git a/index.css b/index.css
index 4684fc0..46cd5da 100755
--- a/index.css
+++ b/index.css
@@ -29,7 +29,7 @@ ul {
width: 300px;
margin: auto;
margin-top: 10px;
- a:link {
+ /*a:link {
display: block;
color: #282828;
text-decoration: none;
@@ -47,7 +47,7 @@ ul {
a:active {
color: #282828;
text-decoration: none;
- }
+ }*/
}
.links-list img {
@@ -82,12 +82,12 @@ img:not(.feedicon) {
.doubleIndent {
padding-left: 40px;
}
-
+/*
body {
background-color: #282828;
color: #ebdbb2;
}
-
+*/
body {
font-family: 'Trebuchet MS', sans-serif;
}
@@ -95,7 +95,7 @@ body {
* {
scrollbar-color: #fb4934 #83a598;
}
-
+/*
a:link {
color: #d3869b;
text-decoration: none;
@@ -111,7 +111,7 @@ a:hover {
a:active {
color: #458588;
text-decoration: none;
-}
+}*/
diff --git a/project/index.html b/project/index.html
index 1457f15..e4c3261 100644
--- a/project/index.html
+++ b/project/index.html
@@ -10,7 +10,7 @@