mirror of https://github.com/readrops/Readrops.git
fix link color regression
This commit is contained in:
parent
d684ecaffd
commit
1a78feec81
|
@ -6,9 +6,10 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset=\"UTF-8\">
|
<meta charset=\"UTF-8\">
|
||||||
<style type=\"text/css\">
|
|
||||||
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
|
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
|
||||||
|
|
||||||
|
<style type=\"text/css\">
|
||||||
|
|
||||||
a:link, a:active, a:hover { color: %1$s }
|
a:link, a:active, a:hover { color: %1$s }
|
||||||
|
|
||||||
img, video {
|
img, video {
|
||||||
|
|
Loading…
Reference in New Issue