Unified color specifications to HEX colors

This commit is contained in:
Maximilian P. Käfer 2020-08-30 15:14:31 +02:00
parent f86f3ec200
commit 6c32cf650e
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
}
.button {
-fx-background-color: rgb(105.0,0.0,153.0);
-fx-background-color: #690099;
}
.button:pressed {
@ -23,7 +23,7 @@
}
.list-cell:selected, .list-cell:selected > *, .menu-item:hover {
-fx-background-color: rgb(105.0,0.0,153.0);
-fx-background-color: #690099;
}
.received-message {
@ -43,7 +43,7 @@
}
#login-background {
-fx-background-color: rgb(25, 25, 25);
-fx-background-color: #191919;
}
#chat-list, #top-bar, #search-panel, #note-background {
@ -65,7 +65,7 @@
}
.group-member-names {
-fx-text-fill: rgb(105.0,0.0,153.0);
-fx-text-fill: #690099;
-fx-font-weight: bold;
}