You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/05/26 07:26:59 UTC

[royale-docs] branch master updated: footer: reduce font-size

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b28e5f  footer: reduce font-size
4b28e5f is described below

commit 4b28e5fa84f599cd65826344d0fa4c8fe28c5eb4
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun May 26 09:26:53 2019 +0200

    footer: reduce font-size
---
 assets/css/royalesite.css | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/assets/css/royalesite.css b/assets/css/royalesite.css
index 9d4e16d..79dc925 100644
--- a/assets/css/royalesite.css
+++ b/assets/css/royalesite.css
@@ -593,6 +593,10 @@ pre {
 	background-color: rgb(233, 233, 233);
 }
 
+.footer p, ul, li {
+	font-size: 14px;
+}
+
 .footer-row
 {
 	display: flex;
@@ -848,8 +852,6 @@ table tr:nth-child(2n) {
 
 .highlight
 {
-	color: #c3d4d6;
-	background-color: #002b36;
 	border-radius: 10px;
 	font-size: 14px;
 	padding: 10px 10px 10px 30px;