|
|
@ -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} |
|
|
|