diff --git a/common/search.png b/common/search.png deleted file mode 100644 index b134f6a..0000000 Binary files a/common/search.png and /dev/null differ diff --git a/common/search.svg b/common/search.svg new file mode 100644 index 0000000..08606cd --- /dev/null +++ b/common/search.svg @@ -0,0 +1 @@ +Sherlock \ No newline at end of file diff --git a/library.css b/library.css index 6c30e32..e8b78a9 100644 --- a/library.css +++ b/library.css @@ -786,7 +786,7 @@ dd:last-child { .badges .portal-card-badge { background-color: var(--portal-main-color); - color: #fff !important; + color: #1a1a1a !important; font-size: 10px; border-radius: 3px; padding: 2px 3px; @@ -796,7 +796,7 @@ dd:last-child { .badges .private-card-badge { background-color: #A4A4A4; - color: #fff !important; + color: #1a1a1a !important; font-size: 10px; border-radius: 3px; padding: 2px 3px;