mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 14:46:04 +00:00
fix formatting issues
This commit is contained in:
parent
2199a9f882
commit
7682f27c40
3 changed files with 19 additions and 2 deletions
17
src/app.css
17
src/app.css
|
@ -76,3 +76,20 @@ hr {
|
|||
img {
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.token.keyword {
|
||||
color: #ff8f40;
|
||||
}
|
||||
.token.function,
|
||||
.token.builtin {
|
||||
color: #ffb454;
|
||||
}
|
||||
.token.number {
|
||||
color: #d2a6ff;
|
||||
}
|
||||
.token.string {
|
||||
color: #aad94c;
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
<style>
|
||||
article :global(img) {
|
||||
max-width: 30rem;
|
||||
max-width: 100%;
|
||||
max-height: 20rem;
|
||||
margin: 1em auto;
|
||||
display: block;
|
||||
|
|
|
@ -39,7 +39,7 @@ I haven't used some of these in years, so if you think their quality has changed
|
|||
- DuckDuckGo/Yahoo/Ecosia/Swisscows/You.com: They just use Bing. Don't use these for your metasearch engine.
|
||||
- [DuckDuckGo noscript](https://html.duckduckgo.com/html): Definitely don't use this. I don't know why, but when you disable JavaScript on DuckDuckGo you get shown a different search experience with significantly worse results. If you know why this is, please let me know.
|
||||
- [Brave](https://search.brave.com): I may not like their browser or CEO, but I do like Brave Search. They used to mix their own crawler results with Google, but not anymore. Its results are on-par with Google.
|
||||
- [Neeva](https://en.wikipedia.org/wiki/Neeva): It doesn't exist anymore, but i wanted to acknowledge it since I used it for my old metasearch engine. I liked its results, but I'm guessing they had issues becoming profitable and then they did weird NFT and AI stuff and died.
|
||||
- [Neeva](https://en.wikipedia.org/wiki/Neeva): It doesn't exist anymore, but I wanted to acknowledge it since I used it for my old metasearch engine. I liked its results, but I'm guessing they had issues becoming profitable and then they did weird NFT and AI stuff and died.
|
||||
- [Marginalia](https://search.marginalia.nu): It's an [open source](https://github.com/MarginaliaSearch/MarginaliaSearch) search engine that focuses on discovering small sites. Because of this, it's mostly only good at discovering new sites and not so much for actually getting good results. I do use it as a source for my metasearch engine because it's fast enough and I think it's cute, but I heavily downweigh its results since they're almost never actually what you're looking for.
|
||||
- [Yandex](https://yandex.com): I haven't used Yandex much. Its results are probably decent? It captchas you too frequently though and it's not very fast.
|
||||
- [Gigablast](https://en.wikipedia.org/wiki/Gigablast): Rest in peace. It's [open source](https://github.com/gigablast/open-source-search-engine), which is cool, but its results sucked. Also the privacy.sh thing they advertised looked sketchy to me.
|
||||
|
|
Loading…
Add table
Reference in a new issue