MediaWiki:Common.css: Difference between revisions

From Heavenly Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


body {
body {
   background: var(--body-main) url('/assets/bg.png') no-repeat center top fixed;
   background: var(--body-main) url('resources/assets/bg.png') no-repeat center top fixed;
   background-size: cover;
   background-size: cover;
}
}

Revision as of 21:32, 1 May 2025

:root {
  --body-main:         #e2dbc8;
  --body-light:        #d8ccb4;
  --ooui-normal-border: #b8a282;
}

body {
  background: var(--body-main) url('resources/assets/bg.png') no-repeat center top fixed;
  background-size: cover;
}