From bff09fbe3ff1e1e86fd1f8a0123b99ec8076aad2 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sat, 3 Dec 2016 19:08:11 +0900 Subject: [PATCH] tweak table style --- themes/vue/source/css/page.styl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/vue/source/css/page.styl b/themes/vue/source/css/page.styl index f2c62ca6f3..f3cc9b10cb 100644 --- a/themes/vue/source/css/page.styl +++ b/themes/vue/source/css/page.styl @@ -94,10 +94,9 @@ iframe margin 1em 0 > table - border 1px solid $border + border 2px solid $white margin 1.2em auto padding: 1em - border-collapse collapse td, th line-height 1.6em padding .5em @@ -106,16 +105,17 @@ padding-left: 1.4em &:last-child padding-right: 1.4em + td + background-color: $codebg th + background-color: $green + color: #fff padding-top: .85em padding-bottom .85em text-align left tbody - tr:nth-child(2n - 1) - background-color #fdfdfd - tr:last-child - td - padding-bottom: 1.2em + code + background-color #efefef p.tip padding 12px 24px 12px 30px margin 2em 0