aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-05-13 17:58:28 -0700
committerBryan Newbold <bnewbold@archive.org>2020-05-13 17:58:28 -0700
commit5489adf453847f823e5611e131fc56229e952465 (patch)
tree5e1d73ef9d5fb5c044d60b40f98a75416c452a3a /fatcat_scholar/templates/base.html
parentaef7b788326313a44e47549af98fc93690b34661 (diff)
downloadfatcat-scholar-5489adf453847f823e5611e131fc56229e952465.tar.gz
fatcat-scholar-5489adf453847f823e5611e131fc56229e952465.zip
style tweaks
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r--fatcat_scholar/templates/base.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html
index d47003b..fffdadd 100644
--- a/fatcat_scholar/templates/base.html
+++ b/fatcat_scholar/templates/base.html
@@ -37,7 +37,10 @@
}
{# for fulltext search result highlighting #}
.search_highlights em {
- background-color: #FFFFBB; {# yellow #}
+ {# yellow #}
+ {# background-color: #FFFFBB; #}
+ font-style: normal;
+ font-weight: bold;
}
footer p a {
@@ -47,6 +50,14 @@
color: rgba(255, 255, 255, 1.0);
opacity: 1.0;
}
+
+ .ui.label.small {
+ border-radius: 0;
+ }
+
+ .ui.card a:hover {
+ opacity: 0.75;
+ }
</style>
<title>{%- block title -%}scholar.archive.org{%- endblock %}</title>
<link rel="stylesheet"