From e59c3e5e4454ce74d5d35fc23fee6bef72162e03 Mon Sep 17 00:00:00 2001 From: clemtre Date: Thu, 7 Mar 2024 22:40:41 +0100 Subject: [PATCH] :root{@} --- .cssVarFilledCookies.css.swp | Bin 0 -> 12288 bytes cssVarFilledCookies.css | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .cssVarFilledCookies.css.swp diff --git a/.cssVarFilledCookies.css.swp b/.cssVarFilledCookies.css.swp new file mode 100644 index 0000000000000000000000000000000000000000..65d97b4c2ceef7582dc8e298d87bffa5ad12a720 GIT binary patch literal 12288 zcmeI2ziSjh6vroGA!t;zwU{IzQP|`zi4tZ(lz?I(q%mb+c4zi>lD(N_b}o09|AC!vf4b+z*a?xh@MUl3{hIfgx5aT6boQP;quXm;0@rmyHn&dX z@bfO&U${gLWE4r88J*kCxVW-u!nHiZr7*o{60Qpq4*F8NY(31fJ#HVXB#~mrm_sGA zwS&`_!S!z?(2fLv74lbctTm*~wK&rkEjH6(xpkN^@u0!RP}AOR$R z1pZS3E?pomp|=ZFf48dp!f*HL5pPHU2_OL^fCP{L5Jmf&I4vC)nv{*)9!)Y&S|36}88c_#AQIF*nGB74>hG#FGbc0J3- zew92h&Y3>zrX!k}Lg7t6!g8So8M{|6=kG?8m?4Xm5U}|oy4Xp?`zjf;zR{-W zubrkf;qAjKf?M-gaLxMWP?o{XAe4{Jq{Ud2PtD0kY9vLucI+uF?O-i29X+@$uSfAn~m=lTgVzQs5I literal 0 HcmV?d00001 diff --git a/cssVarFilledCookies.css b/cssVarFilledCookies.css index 8755fb0..2f00a1c 100644 --- a/cssVarFilledCookies.css +++ b/cssVarFilledCookies.css @@ -1,5 +1,6 @@ -#cvfc p::after {content:"?"} -#cvfc:hover p::after {content:"css variables"} +#cvfc p::after {content:":root{@}"} +#cvfc:hover p::after {content:":root{"} +#cvfc:hover table::after {content:"}"} #cvfc { z-index:10000; position:fixed; @@ -14,7 +15,7 @@ line-height:auto; } #cvfc * {color:black !important;font-size:16px; box-sizing:border-box;margin:0} -#cvfc tr {display:flex;justify-content:space-between; gap:0px;width:inherit} +#cvfc tr {padding-left:4ch; display:flex;justify-content:space-between; gap:0px;width:inherit} #cvfc tr:nth-of-type(2n - 1) {background:white} #cvfc td {background:transparent;position:relative;width:inherit;height:18px !important; white-space:nowrap} #cvfc td:last-of-type{border-bottom:1px solid transparent; padding-left:10px}