]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/about_contributors.html
Fix the styling of the About tabs and AppBar.
[PrivacyBrowserAndroid.git] / app / src / main / assets / about_contributors.html
index 68fbfacacc157645c780ecfd2469c494bbf13903..0c13f6d88f6ab5c0d8ce96b468c60cdc5c93e987 100644 (file)
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
+<head>
+    <style>
+        h3 {
+        color: 0D4781;
+        }
+    </style>
+</head>
+
 <body>
+<h3>Principle Developers</h3>
 <p>Privacy Browser is primarily developed by <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
 
+<hr />
+
+<h3>Contributors</h3>
 <p>Contributors are welcome to submit both <a href="https://www.stoutner.com/privacy-browser/contributors/">code and translations</a>.</p>
 </body>
 </html>
\ No newline at end of file