/*

page styling

(this includes the background,
fonts, and building blocks of
the site.)

*/

body {
  background-color: #111;
}

.container {
  background-color: rgb(46, 46, 46);
}


/*

themeswitcher 3000

(this is the css for the handy
little theme switcher doohickey)

*/

.theme-switcher {
  background-color: rgb(46, 46, 46);
}

.theme-switcher li {
  -webkit-filter: grayscale(1);
  -webkit-filter: brightness(100);
}

.theme-switcher a {
  color: white;
}

/*

welcome message

(this is the little dropdown
welcome menu at the start)

*/

details {
  background-color: #111;
  color: white;
}

/*

header

(...header.)

*/

.header {
  color: white;
}

/*

linkies and stuff

(this is where i put the
directories)

*/

.graphics, .resources {
  background-color: #111;
  color: white;
}

.graphics a, .resources a {
  color: #A1CAFF
}
