]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Various fixes related to history and showing moves. Also highlight the shown one.
[remoteglot] / www / css / remoteglot.css
index b0aadab79dffc7c6e39ab948216d252b42e50ad2..ca956822dd69d01ad593df07fa02e5b5d274955e 100644 (file)
@@ -120,6 +120,10 @@ a.move {
        color: black;
        text-decoration: none;
 }
+a.move.highlight {
+       color: red;
+       font-weight: bold;
+}
 a.move:hover {
        font-weight: bold;
        text-decoration: underline;