[simple theme] minor css fixes

* remove hover effect from vim help modal
* remove bold font weight from active item in prefenreces tab bar
* remove margin from answer box to unify with rest of result page
This commit is contained in:
MrPaulBlack 2021-11-13 00:51:26 +01:00
parent e839910f4c
commit 1becb5e138
2 changed files with 2 additions and 3 deletions

View file

@ -445,7 +445,7 @@ article[data-vim-selected].category-social {
border: 1px solid var(--color-answer-border);
background: var(--color-answer-background);
padding: @result-padding;
margin: 1rem @results-tablet-offset;
margin: 1rem 0;
margin-top: 0;
color: var(--color-answer-font);
.rounded-corners;