Updated styles of links and code blocks in overlay page
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
<p>
|
||||
You can install this overlay using layman. Add the the
|
||||
<a href="https://dev.sihnon.net/projects/gentoo-overlay/layman.xml" title="Sihnon overlay url">Sihnon overlay url</a>
|
||||
to your overlays variable in <code>/etc/layman/layman.cfg</code>. Then update
|
||||
the list of overlays with <code class="root">layman -l</code> and add the Sihnon overlay
|
||||
to your overlays variable in <code class="file">/etc/layman/layman.cfg</code>. Then update
|
||||
the list of overlays with <code class="root">layman -L</code> and add the Sihnon overlay
|
||||
with <code class="root">layman -a sihnon</code>.
|
||||
</p>
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ a {
|
||||
|
||||
a:visited {
|
||||
color: dimgrey;
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
@@ -165,3 +165,16 @@ img.avatar {
|
||||
float: right;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
code.root {
|
||||
color: crimson;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
code.file {
|
||||
color: steelblue;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user