]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/about_links.html
Fix the styling of the About tabs and AppBar.
[PrivacyBrowserAndroid.git] / app / src / main / assets / about_links.html
index a02225b428aecf1cde02c136d042ac6b6f65962e..856bf4cdaa1769adf3cf4d105d06c1b0c0180da8 100644 (file)
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
+<head>
+    <style>
+        h3 {
+        color: 0D4781;
+        }
+    </style>
+</head>
+
 <body>
-<p>More information related to Privacy Browser is available on the website.</p>
+<h3>Websites</h3>
 
 <ul>
-    <li><a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug Tracker and Feature Requests</a>.</li>
-    <li><a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a>.</li>
-    <li><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a>.</li>
+    <li><p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug Tracker and Feature Requests</a>.</p></li>
+    <li><p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a>.</p></li>
+    <li><p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a>.</p></li>
 </ul>
 </body>
 </html>
\ No newline at end of file