Fix underlines

master
Tanner Collin 5 years ago
parent f8998b687e
commit dc588fee91
  1. 5
      webclient/src/Style-dark.css
  2. 10
      webclient/src/Style-light.css

@ -38,6 +38,11 @@
border-bottom: 1px solid #aaaaaa;
}
.dark .article u {
border-bottom: 1px solid #aaaaaa;
text-decoration: none;
}
.dark .story-text img {
filter: brightness(50%);
}

@ -105,7 +105,7 @@ span.source {
}
.article img {
width: 100%;
max-width: 100%;
height: auto;
}
@ -116,8 +116,12 @@ span.source {
}
.article iframe {
width: 100%;
margin: 0;
display: none;
}
.article u {
border-bottom: 1px solid #222;
text-decoration: none;
}
.article .info {

Loading…
Cancel
Save