AnnouncementsVideosCensorshipReligionFunnyConspiracyAwwwAnarchoCapitalismCryptoThemesIdeas4MatrixAskMatrixHelpTop Subs
3
#include https://matrix.gvid.tv/c/customcss/89fTUnjWra

#homeimg {
 filter:brightness(6) hue-rotate(-123deg) !important;
 backdrop-filter: brightness(0.0);
 padding: 1px;
 margin-left: 1px;
}
Comment preview
[-]x0x71(+1|0)

This is different than an @import. @import is actually a part of css and uses a synchronous call before a render can take place. #include is done server side and keeps themes here on matrix where discussion and improvement can take place. Both can be used.