derekovecs: words from merged/special corpus are now blue
diff --git a/css/derekovecs.css b/css/derekovecs.css
index a917092..262de83 100644
--- a/css/derekovecs.css
+++ b/css/derekovecs.css
@@ -77,13 +77,13 @@
}
a.merged {
- color: green;
- fill: green;
+ color: #0000ff;
+ fill: #0000ff;;
}
.merged {
- color: green;
- fill: green;
+ color: #0000ff;
+ fill: #0000ff;;
}
#first a, .paradigmator a {
@@ -100,9 +100,8 @@
}
.somtext.merged {
- font-style: italic;
- color: #333;
- fill: #333;
+ color: #0000ff;
+ fill: #0000ff;;
}
.somtext.target {
@@ -112,12 +111,22 @@
}
a.target.merged {
-a.target {
font-weight: bold;
+ color: #0000ff;
+ fill: #0000ff;;
animation: blink-animation 0.5s steps(5, start) 100;
-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
+a.target {
+ font-weight: bold;
+ color: orange;
+ fill: orange;
+ animation: blink-animation 0.5s steps(5, start) 100;
+ -webkit-animation: blink-animation 1s steps(5, start) infinite;
+}
+
+
@keyframes blink-animation {
to {
opacity: 0.5;