Skip to content

Commit

Permalink
Update HorrorUI.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkasaurusmex authored Sep 5, 2020
1 parent b29ea8d commit 4c57e8e
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion HorrorUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a:hover {
position: fixed;
right: 5px;
top: 5px;
width: 350px !important;
width: 350px;
height: 99vh;
overflow: hidden;
margin: 0;
Expand Down Expand Up @@ -432,3 +432,26 @@ img.effect-control:hover {
#calendar-btn-halfMin:hover{
color:white !important;
}
/* dark mode */

.dark-mode .dialog .dialog-buttons button {
background-image: url(/modules/HorrorUI/ui/img/dialogbuttonDark.png);
background-size: cover;
}
.dark-mode .message{
background-image: url("/modules/HorrorUI/ui/img/BG2.webp") !important;
}
.dark-mode #chat-message{
background-image: url(/modules/HorrorUI/ui/img/ravenchatDark.webp) !important;
}

.dark-mode .polyglot-lang-select select {
background: url(/modules/HorrorUI/ui/img/BG2.webp) repeat !important;
}
.dark-mode .dnd5e.sheet.actor ul.attributes li.attribute .attribute-footer {

font-size: 11px;
}
#chat-controls {
margin: -17px 6px;
}

0 comments on commit 4c57e8e

Please sign in to comment.