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.

9 lines
250B

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