Updated styles of links and code blocks in overlay page
This commit is contained in:
@@ -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