/* KorynGit Custom CSS - Force Text Visibility */

/* Reset text fill */
* {
  -webkit-text-fill-color: inherit !important;
}

/* ALL text visible */
body, body *, p, span, div, td, th, li, label, .text {
  color: #f1f5f9 !important;
}

/* Headings white */
h1, h2, h3, h4, h5, h6, .header, .ui.header {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Links cyan */
a {
  color: #06b6d4 !important;
}

/* Dropdown text white */
.ui.dropdown .menu .item,
.ui.dropdown .menu a.item,
.ui.dropdown > .menu > .item {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Selection text */
.ui.dropdown .text,
.ui.dropdown > .text {
  color: #f1f5f9 !important;
}

/* Menu items */
.ui.menu .item,
.ui.vertical.menu .item {
  color: #e2e8f0 !important;
}

/* Tables */
.ui.table td, .ui.table th {
  color: #f1f5f9 !important;
}

/* Segments */
.ui.segment, .ui.segment * {
  color: #f1f5f9 !important;
}

/* List items */
.ui.list .item,
.ui.list .item .content,
.ui.list .item .header {
  color: #f1f5f9 !important;
}

/* Forms */
label, .ui.form label {
  color: #e2e8f0 !important;
}

/* Admin pages */
.admin *, .dashboard * {
  color: #f1f5f9 !important;
}
