Hotfixes for some minor css issues

This commit is contained in:
TJ 2021-02-17 19:22:42 -06:00
parent f52dd99b7a
commit a676fecbfe
7 changed files with 66 additions and 46 deletions

View file

@ -13,7 +13,7 @@
@blockquoteShadow: 0 0 20px rgba(@colorBlue, 0.8);
//forms
@inputBackgroundColor: @colorGray;
@inputBackgroundColor: white;
@inputBorderNormal: @colorLightGray;
@inputBorderHover: @colorGray;
@inputBorderFocus: @colorRed;