From 0835baf4359e759eafbf7348d3499979ef996c31 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 27 Mar 2019 10:31:44 -0400 Subject: [PATCH] show link titles in black --- archivebox/templates/index.html | 8 +++++++- archivebox/templates/index_row.html | 2 +- archivebox/templates/link_index.html | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/archivebox/templates/index.html b/archivebox/templates/index.html index f78e89a6..8436a412 100644 --- a/archivebox/templates/index.html +++ b/archivebox/templates/index.html @@ -150,6 +150,12 @@ input[type=search]::-webkit-search-cancel-button { -webkit-appearance: searchfield-cancel-button; } + .title-col { + text-align: left; + } + .title-col a { + color: black; + } @@ -190,7 +196,7 @@ - + diff --git a/archivebox/templates/index_row.html b/archivebox/templates/index_row.html index 41c6e1ea..ffda7a19 100644 --- a/archivebox/templates/index_row.html +++ b/archivebox/templates/index_row.html @@ -1,6 +1,6 @@ -
BookmarkedBookmarked Saved Link ($num_links) Files Original URL
$bookmarked_date + $title diff --git a/archivebox/templates/link_index.html b/archivebox/templates/link_index.html index a450a525..807a4fdc 100644 --- a/archivebox/templates/link_index.html +++ b/archivebox/templates/link_index.html @@ -246,7 +246,7 @@ Page Details  
- Home   |   + Index   |   Github   |   Documentation