mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-08-07 11:17:34 +08:00
fixed link styles
This commit is contained in:
+3
-4
@@ -12,8 +12,10 @@ body {
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
a {
|
||||
a:link, a[onclick], a:visited {
|
||||
text-decoration: none;
|
||||
color: blue;
|
||||
cursor:pointer;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
@@ -120,9 +122,6 @@ li[data-dir='-1'] .downmod {
|
||||
font-weight: bold;
|
||||
padding: 0 4px;
|
||||
}
|
||||
.actions a[onclick] {
|
||||
cursor: pointer;
|
||||
}
|
||||
.actions a:first-child {
|
||||
padding-left:0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user