Files
discourse/themes/sakura-dreams-dark/common/common.scss

28 lines
515 B
SCSS

body::before {
background: url(https://cdn.nhcarrigan.com/background.png);
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
z-index: -1;
content: "";
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
pointer-events: none;
}
body {
background-color: #2a0a18dd;
}
html {
cursor: url('https://cdn.nhcarrigan.com/cursors/cursor.cur'), auto;
}
a, button {
cursor: url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer;
}