Qz
Qz
Sure. What badges should we add?
Like this? 
> No, I'd rather make a column "platforms" And then we add Deno/Nodejs badges there?
Style 1:  Style 2:  Style 3:  Style 4: 
Personally, I prefer styles 1 or 2.
> what does the web platform even tell us? Good question. Does it have anything to do with bot development, specifically? :thinking:
The thing is that this css excludes the `custom` class, which belongs to the main page. ```css .theme-default-content:not(.custom) a:hover { text-decoration: underline; } ```
Should we inject the css with our custom rules?
 I believe we can close this issue now since the problem has been fixed.
@KnorpelSenf Is there any reason for us to replace the existing docs with this ones? The present documentation from deno.land, in my opinion, is fairly decent. For instance, https://deno.land/x/[email protected]/convenience/session.ts?s=session is...