From 4511eee6cbcb6050f298a2c205cb016c1efbc6a0 Mon Sep 17 00:00:00 2001 From: "OHASHI, Norikazu" Date: Fri, 17 May 2019 21:12:33 +0900 Subject: [PATCH] =?utf8?q?=E4=B8=80=E8=A6=A7=E3=81=AE=E3=83=86=E3=83=BC?= =?utf8?q?=E3=83=96=E3=83=AB=E3=82=92=E4=BB=8A=E9=A2=A8=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sinatra/app/views/scss/list.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sinatra/app/views/scss/list.scss b/sinatra/app/views/scss/list.scss index 00fca1f..5285946 100644 --- a/sinatra/app/views/scss/list.scss +++ b/sinatra/app/views/scss/list.scss @@ -24,11 +24,13 @@ } th { height: 1.5em; - border: 1px solid #554738; + background: #f4dda5; + border: 1px solid #f8e58c; } td { height: 2.8em; - border: 1px solid #554738; + background: #fff1cf; + border: 1px solid #f8e58c; &.number { text-align: right } @@ -36,6 +38,9 @@ text-align: left } } + tr:nth-child(odd) td { + background: #f4dda5; + } } .book_info { -- 2.19.2