diff options
author | Ben Sima <ben@bsima.me> | 2022-11-07 20:17:54 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-07 20:18:23 -0500 |
commit | 7ab2000e7ef58afe0dd97c293b2242f27238fa7b (patch) | |
tree | a6f6a2e7e291080689f5343b2dfd749631d732bc | |
parent | a94317fe9762ab6f7eb0f97135825d5b8b4d4359 (diff) |
fixing huggingface colors
-rw-r--r-- | lib/userstyles.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/userstyles.css b/lib/userstyles.css index 1b1449b..e610609 100644 --- a/lib/userstyles.css +++ b/lib/userstyles.css @@ -7,3 +7,12 @@ input, input#hoogle /* gitolite.com */ body { background: transparent } + +/* huggingface */ +.lg\:.bg-gradient-to-r, +.bg-gradient-to-l, +.lg\:.bg-gradient-to-l, +.bg-gradient-to-t, +.overview-card-wrapper, +.tag, .btn +{ background: transparent } |