diff options
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 13 |
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" |