Fix underlines
This commit is contained in:
		| @@ -38,6 +38,11 @@ | |||||||
| 	border-bottom: 1px solid #aaaaaa; | 	border-bottom: 1px solid #aaaaaa; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .dark .article u { | ||||||
|  | 	border-bottom: 1px solid #aaaaaa; | ||||||
|  | 	text-decoration: none; | ||||||
|  | } | ||||||
|  |  | ||||||
| .dark .story-text img { | .dark .story-text img { | ||||||
| 	filter: brightness(50%); | 	filter: brightness(50%); | ||||||
| } | } | ||||||
|   | |||||||
| @@ -105,7 +105,7 @@ span.source { | |||||||
| } | } | ||||||
|  |  | ||||||
| .article img { | .article img { | ||||||
| 	width: 100%; | 	max-width: 100%; | ||||||
| 	height: auto; | 	height: auto; | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -116,8 +116,12 @@ span.source { | |||||||
| } | } | ||||||
|  |  | ||||||
| .article iframe { | .article iframe { | ||||||
| 	width: 100%; | 	display: none; | ||||||
| 	margin: 0; | } | ||||||
|  |  | ||||||
|  | .article u { | ||||||
|  | 	border-bottom: 1px solid #222; | ||||||
|  | 	text-decoration: none; | ||||||
| } | } | ||||||
|  |  | ||||||
| .article .info { | .article .info { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user