Compare commits

...

2 Commits

Author SHA1 Message Date
Solene Rapenne 8d936c11c4 Remove code tags but use emphasis for channels 2021-10-14 08:02:43 +02:00
Solene Rapenne 84c3470bc8 Better readability for code tags 2021-10-14 08:02:18 +02:00
2 changed files with 11 additions and 3 deletions

View File

@ -60,7 +60,7 @@ a {
}
.permalink::before { content: "↗ "; }
.permalink:hover { color: plum; }
.permalink:hover { color: darkblue; }
h1 {
font-size: 1.5em;
@ -139,6 +139,12 @@ cite {
display: block;
}
code {
background-color: #8DF;
padding-left: 3px;
padding-right: 3px;
}
@media print {
body { background-color:white; max-width:100%;}
main { column-count:1; }
@ -154,6 +160,8 @@ cite {
img { border-color: #ccc; }
#banner { border-color:#ccc; }
a { color: #ccc; }
code { background-color: black; color: lightgreen; }
.permalink:hover { color: plum; }
}
</style>
</head>

View File

@ -4,10 +4,10 @@
<ul>
<li><a class="permalink" href="atom.xml">Webzine feed</a></li>
<li><a class="permalink" href="https://www.openbsd.org/mail.html">Official OpenBSD mailing-lists</a></li>
<li>IRC: channel <code>#openbsd</code> on irc.libera.chat</li>
<li>IRC: channel <em>#openbsd</em> on irc.libera.chat</li>
<li>XMPP: room <a class="permalink" href="xmpp:openbsd@chat.si3t.ch?join">openbsd@chat.si3t.ch</a></li>
<li>Reddit: <a class="permalink" href="https://www.reddit.com/r/openbsd/">Subreddit /r/openbsd/</a></li>
<li>Matrix: channel <code>#openbsd:matrix.org</code></li>
<li>Matrix: channel <em>#openbsd:matrix.org</em></li>
<li>Mastodon: Search for tag #OpenBSD</li>
<li>Twitter: <a class="permalink" href="https://twitter.com/hashtag/openbsd">#OpenBSD</a></li>
</ul>