blob tooltips now have a custom blob theme(it's actually pretty plain but it's better than using hud theme)

This commit is contained in:
Nerd Lord
2016-03-14 18:32:52 -04:00
parent 66d48f3d04
commit 705e822641
2 changed files with 5 additions and 5 deletions

View File

@@ -39,8 +39,8 @@
}
/* Custom Themes */
.blob .wrap {border-color: #009900;}
.blob .content {border-color: #66FF00; background-color: #475E13;}
.blob .wrap {border-color: #2E2E2E;}
.blob .content {color: #82ED00; border-color: #4E4C4A; background-color: #191918;}
.wraith .wrap {border-color: #492136;}
.wraith .content {border-color: #331726; background-color: #471962;}