mostly filebased Content Presentation System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

colors.css 379B

1234567891011121314
  1. html {
  2. background-color: {{ @backgroundColor }};
  3. background-image: url(/{{ @backgroundImage }});
  4. background-position: bottom right;
  5. background-repeat: no-repeat;
  6. background-attachment: fixed;
  7. background-size: 2000px 2000px;
  8. }
  9. <repeat group="{{ @customVars }}" key="{{ @ikey }}" value="{{ @ivalue }}">
  10. :root {
  11. --{{ @ikey }}: {{ $@ikey }};
  12. }
  13. </repeat>