]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
In <title>, there is nothing to align, so remove the funny-looking space.
[remoteglot] / www / css / remoteglot.css
index b0aadab79dffc7c6e39ab948216d252b42e50ad2..23bbeca38fd6ad19b27977cecc7eea099d11d6f0 100644 (file)
@@ -30,6 +30,9 @@ h3 {
 .vir path.l1arrow {
        opacity: 1.0;
 }
+#news {
+       font-size: smaller;
+}
 #credits {
        font-size: smaller;
 }
@@ -120,6 +123,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;