Prechádzať zdrojové kódy

About Contents: fix font color

Felix Paul Kühne 12 rokov pred
rodič
commit
00b2a3298a
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      Resources/About Contents.html

+ 4 - 4
Resources/About Contents.html

@@ -3,11 +3,11 @@
 </head>
 <body bgcolor=#000000>
 <style type="text/css">
-A:link {text-decoration: underline; color: #b3b3b3}
-A:visited {text-decoration: none}
-A:active {text-decoration: none}
+    A:link {text-decoration: underline; color: #aaaaaa}
+    A:visited {text-decoration: none; color: #aaaaaa}
+    A:active {text-decoration: none; color: #aaaaaa}
 </style>
-<div style="text-align:left; background-color:#000000; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto; font-size:10pt; font-family:Helvetica; color:#b3b3b3"; A:link {text-decoration: underline; color:#b3b3b3}>We would like to thank the following people for tests, ideas and translations:<br />
+<div style="text-align:left; background-color:#000000; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto; font-size:10pt; font-family:Helvetica; color:#aaaaaa"; A:link {text-decoration: underline; color:#aaaaaa}>We would like to thank the following people for tests, ideas and translations:<br />
 Luca Barbato, Keiji Costantini, Freya Lindhorst, Adrien Maglo, Ilkka Ollakka, Alexandre Perraud<br />
 <br />
 ... as well as <a href="https://twitter.com/pdherbemont">Pierre d'Herbemont</a> and <a href="http://www.applidium.com">Applidium</a> for a first port of VLC to iOS.