diff --git a/css/style.css b/css/style.css index 7a36f6a..e982225 100644 --- a/css/style.css +++ b/css/style.css @@ -107,6 +107,10 @@ cursor: pointer; } +.bookTable .onLoan { + color: #bbb; +} + .bookTable .tRow .title { font-style: italic; max-width: 600px; @@ -133,4 +137,12 @@ #current .description p { padding: 20px 0; +} + +#current h1.onLoan { + color: #bbb; +} + +#current h2.onLoan { + font-weight: bold; } \ No newline at end of file diff --git a/index.html b/index.html index a287ade..a5362ff 100644 --- a/index.html +++ b/index.html @@ -141,7 +141,7 @@ ISBN {{#books}} - + {{title}} {{#signed}}︎{{/signed}} {{author}} @@ -156,9 +156,9 @@