diff --git a/static/css/style.css b/static/css/style.css index 0f4781a..da6e8e6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1321,22 +1321,16 @@ p { display: flex; align-items: center; justify-content: center; - width: 20px; - height: 20px; - border: 1px solid var(--fg); - border-radius: 50%; - padding: 2px; + height: 18px; + border-radius: 8%; flex-shrink: 0; } .favicon { width: 16px; height: 16px; - object-fit: contain; - margin-bottom: 2px; border-radius: 3px; - margin-left: -0.5px; /* this is just lovely, I cannot express ho happy this makes me */ - margin-top: 1.5px; + box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); } /* Result link styling */ @@ -1385,6 +1379,7 @@ p { .result-domain { color: var(--fg); font-weight: 600; + opacity: 0.85; } .result-path {