Browse Source

Unify link style

master
Stephan Bösch-Plepelits 7 years ago
parent
commit
ae1da77812
  1. 8
      src/category.css
  2. 15
      style.css

8
src/category.css

@ -75,14 +75,6 @@
line-height: 10px;
color: #7f7f7f;
}
.category header > a {
text-decoration: none;
color: black;
}
.category header > a:active,
.category header > a:hover {
text-decoration: underline;
}
.category header > a.reload {
float: right;
}

15
style.css

@ -8,6 +8,14 @@ body {
font-size: 11px;
color:#333;
}
a {
text-decoration: none;
color: black;
}
a:hover,
a:active {
text-decoration: underline;
}
#sidebar {
top: 0px;
@ -116,13 +124,6 @@ a.showDetails {
#menu li {
display: inline-block;
}
#menu a {
text-decoration: none;
color: black;
}
#menu a:hover {
text-decoration: underline;
}
#menu li::after {
content: ' |';
}

Loading…
Cancel
Save