Skip to content

Instantly share code, notes, and snippets.

@KensonPlayz
Created March 6, 2024 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KensonPlayz/8063fba939b7d2aa6f5ef976e8bbbf5b to your computer and use it in GitHub Desktop.
Save KensonPlayz/8063fba939b7d2aa6f5ef976e8bbbf5b to your computer and use it in GitHub Desktop.
/* Includes of custom LESS */
{{ include('mh_banners.less') }}
{{ include('mh_pagecode.less') }}
{{ include('customprefix.less') }}
{{ include('calendar.less') }}
/* cookie notice background color */
.notice-content {
background-color: darkred;
}
/* Fixing table head coloring */
th {
background-color: darkred;
}
/* Avatar Resizing */
/* Thread List Color Alternate */
.structItem--thread:nth-child(even) {background-color:#720000!important}
.structItem--thread:nth-child(odd) {background-color: #9F0000!important}
/* Thread List Color Alternate */
.block--messages .message:nth-child(even) {background-color: #720000!important}
.block--messages .message:nth-child(odd) {background-color: #9F0000!important}
/* BBCode Block Header */
.bbCodeBlock-title {
color: white;
font-weight: bold;
background-color: #ED7462;
}
/* Reactions Bar */
.reactionsBar {
background-color: #730000;
}
/* Quote BG Color */
.bbCodeBlock--quote { background-color: #8B0000; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment