diff --git a/pages/social.html b/pages/social.html index 3af7039..7da9937 100644 --- a/pages/social.html +++ b/pages/social.html @@ -1,5 +1,10 @@
-
Twitter
-
E-Mail
+
Twitter
+
E-Mail
+
+
+

Also available via XMPP.

+

Server is conversations.im and username is quad.

+

Gotta type it out like that, otherwise I get bombarded by spambots.

diff --git a/style.css b/style.css index 816ba1f..189dc0d 100755 --- a/style.css +++ b/style.css @@ -268,3 +268,17 @@ a.mastodon { #page h1:first-child { margin-top: 0; } + +.notice-container { + color: #AAA; + text-align: center; +} + +#page .notice-container p { + font-size: 8pt; + margin: 0; +} + +.highlight { + color: #FF5555; +} \ No newline at end of file