From 7c938252e98a95f194456ac351ba04be212ba589 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Tue, 19 Dec 2023 17:41:45 +0000 Subject: [PATCH] Tweak css --- marda_registry/static/style.css | 9 +++++++++ marda_registry/templates/extractor.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/marda_registry/static/style.css b/marda_registry/static/style.css index e326596..091d97f 100644 --- a/marda_registry/static/style.css +++ b/marda_registry/static/style.css @@ -151,6 +151,9 @@ body { width: 180px; } +a { + color: #F8F8F8; +} p > a{ color: #58D0BB; @@ -173,6 +176,7 @@ p > a:hover{ border: 2px solid #58D0BB; } + .navbar a:hover { text-decoration: none; font-weight: bold; @@ -202,3 +206,8 @@ p > a:hover{ color: #EEFF41; border: 2px solid #EEFF41; } + + +.ex-citation-title { + font-style: italic; +} diff --git a/marda_registry/templates/extractor.html b/marda_registry/templates/extractor.html index 5c65205..c95539e 100644 --- a/marda_registry/templates/extractor.html +++ b/marda_registry/templates/extractor.html @@ -62,7 +62,7 @@

References:

  • {{ ref['type'] | title }}: - {{ ', '.join(ref['creators']) }} + {{ ', '.join(ref['creators']) }}, {{ ref['title'] }}