fix link color in portlet and article whitespace handling

This commit is contained in:
Dennis Eichhorn 2020-10-25 23:05:22 +01:00
parent 03f3292f11
commit 1665823c8a
3 changed files with 137 additions and 204 deletions

View File

@ -9,6 +9,7 @@ article {
font-size: .9rem;
color: #48465b;
line-height: 2rem;
white-space: normal;
del, ins {
padding: 3px;

View File

@ -4,4 +4,13 @@
[data-href] {
cursor: pointer;
}
.portlet-body a {
color: var(--link-color);
border-bottom: 1px dotted var(--link-color);
&:hover {
border-bottom: none;
}
}

File diff suppressed because it is too large Load Diff