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 595b8c9..268d97a 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -35,6 +35,16 @@ nav.ui.inverted.menu .item:before { background: none; } nav.ui.menu { border-radius: 0; } + .ui.button.serp_button { + border-radius: 0; + margin-bottom: 0.3em; + text-align: left; + } + + .ui.blue.button.serp_button { + background-color: #2224c7ad; + } + @media only screen and (max-width: 767px) { .mobile-hide { display: none !important; } } |