body {
  background: black;
  color: white;
}

a { color: rgb(255, 200, 0); }
a:hover { color: rgb(255, 244, 204); }

table tr th { background-color: black !important; color: rgb(255, 244, 204) !important; border-color: rgb(255, 200, 0) !important; }
table tr td { background-color: black !important; color: white !important; border-color: rgb(255, 200, 0) !important; }

.shortcut-menu-dropdown-content { background-color: #404040 !important; }