Parse http and https links, show them differently.
[Sone.git] / src / main / resources / static / css / sone.css
index 7f7c4af..34ea136 100644 (file)
@@ -49,6 +49,11 @@ textarea {
        color: rgb(255, 172, 0);
 }
 
+#sone a.internet {
+       color: rgb(255, 0, 0);
+       font-weight: bold;
+}
+
 #sone a img {
        border: none;
 }