diff options
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 8ac8096..138940d 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -74,6 +74,16 @@ line-height: 1.28571429em; } + .serp-hit-box details > summary { + list-style-type: none; + color: #28629c; + text-decoration: underline; + margin-left: 0.3em; + } + .serp-hit-box details > summary::-webkit-details-marker { + display: none; + } + {# fix RTL dividers #} {% if locale in ['ar'] %} .ui.divided.grid:not([class*="vertically divided"])>.column:not(.row), .ui.divided.grid:not([class*="vertically divided"])>.row>.column { |