/** Custom style defined file **/

.mydefined {
  font-size: 0.65em;
  color: #ed6c24;
}

.custom-footer {
  color: #ed6c24;
}

.custom-head5 {
  font-size: 1.2em;
  color: #ed6c24;
  font-weight: bold;
}

.grayscale_without_hover{
  filter: grayscale(100%);
}

.grayscale_without_hover:hover {
  filter: none;
}

:root[data-theme="dark"] .bright-mode-display{
  display: none;
}

.dark-mode-display{
  display: none;
}
:root[data-theme="dark"] .dark-mode-display{
  display: block;
}