Parse http and https links, show them differently.
[Sone.git] / src / main / resources / static / css / sone.css
index 2861575..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;
 }
@@ -335,10 +340,6 @@ textarea {
        background-color: #ffffa0;
 }
 
-#sone .sone .id {
-       display: none;
-}
-
 #sone .sone .profile-link {
        display: block;
 }