commit 91630243f71440ad015793700823ae2595d1eb1f parent 87146abebb218d7f3b28f2c6b4bfda579175c24c Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sat, 15 Jun 2024 10:33:08 +0200 fix: add missing brackets Diffstat:
M | assets/style.css | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/style.css b/assets/style.css @@ -201,10 +201,10 @@ body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a[href$= { content: "\1F5CA\0020"; } -body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a[href$=".gitmodules.html"]:before +body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a[href$=".gitmodules.html"]:before { content: "\1F5F5\0020"; } -body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a[href$="atom.xml"]:before +body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a[href$="atom.xml"]:before { content: "\1F56C\0020"; }