Widget:Theme css: verschil tussen versies

Uit Dorpsbelang Den Hout
Ga naar:navigatie, zoeken
(Nieuwe pagina aangemaakt met '<style> body{ --color-input:<!--{$value}--> } </style>')
 
Regel 1: Regel 1:
 
<style>
 
<style>
 
   body{
 
   body{
     --color-input:<!--{$value}-->
+
     --color-input:<!--{$value}-->;
 +
  --h-val:<!--{$hval}-->;
 +
--s-val:<!--{$sval}-->;
 +
--l-val:<!--{$sval}-->;
 
   }
 
   }
 
</style>
 
</style>

Versie van 15 mrt 2021 18:37

<style>

 body{
   --color-input:;
 	--h-val:;

--s-val:; --l-val:;

 }

</style>