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/27 21:26:22 UTC

[royale-docs] branch master updated: css: improve table headers

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 23d1b96  css: improve table headers
23d1b96 is described below

commit 23d1b96c973b88c8d96a18e04dc0a0094c69fac8
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon May 27 23:26:15 2019 +0200

    css: improve table headers
---
 _sass/markdown.sass | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/_sass/markdown.sass b/_sass/markdown.sass
index 7fb254e..7877458 100644
--- a/_sass/markdown.sass
+++ b/_sass/markdown.sass
@@ -28,9 +28,8 @@ table
 table th 
 	font-weight: 600
 
-
 table td, table th 
-	border: 1px solid #dfe2e5
+	border: 1px solid darken(#dfe2e5, 5%)
 	padding: 6px 13px
 
 
@@ -38,9 +37,11 @@ table tr
 	background-color: #fff
 	border-top: 1px solid #c6cbd1
 
+table tr th
+	background-color: darken(#f6f8fa, 5%)
 
 table tr:nth-child(2n) 
-	background-color: #f6f8fa
+	background-color: lighten(#f6f8fa, 1%)
 
 
 // BLOCKQUOTES