1,124
edits
Line 110: | Line 110: | ||
.mainpage-buttons a.new:visited { | .mainpage-buttons a.new:visited { | ||
color: var(--new-link); | color: var(--new-link); | ||
} | |||
#content:before { | |||
content: ' '; | |||
background-image: url(https://media.discordapp.net/attachments/907037114313617458/945439436156571679/183602417_473221613953885_5916805616552926719_n.png); | |||
/* background-blend-mode: soft-light; */ | |||
width: 100%;height: 100%; | |||
background-position: center; | |||
opacity: 0.6; | |||
background-size: cover; | |||
} | |||
.mainpage-rails table { | |||
background: url(https://media.discordapp.net/attachments/907037114313617458/945440468509007882/Background_Book_Smaller_NoFrame.png); | |||
background-size: cover; | |||
padding: 20px; | |||
background-repeat: no-repeat; | |||
} | } | ||