diff --git a/index.html b/index.html
index c897f9c..626b81d 100755
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
-
+
@@ -29,6 +29,7 @@
+
diff --git a/style.css b/style.css
index 086dd3f..b692b57 100755
--- a/style.css
+++ b/style.css
@@ -14,6 +14,27 @@ body {
font-size: 24px;
}
+/* unvisited link */
+a:link {
+ color: white;
+}
+
+/* visited link */
+a:visited {
+ color: white;
+}
+
+/* mouse over link */
+a:hover {
+ color: white;
+ font-weight: bold;
+}
+
+/* selected link */
+a:active {
+ color: white;
+}
+
.glow {
background-color: white; /* for the 1px in the center */
box-shadow: 0 0 50px 70px white;
@@ -79,6 +100,8 @@ body {
.text {
margin-block: 2em;
padding: 2rem;
+ filter: blur(0.8px);
+ text-shadow: 2px 2px 4px #000000;
}
/* -- paprsky -- */