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