Standardize css

This commit is contained in:
cuom1999 2023-09-08 13:14:09 -05:00
parent a74056f101
commit 32fbdb4530
8 changed files with 28 additions and 35 deletions

View file

@ -1,3 +1,5 @@
@import "vars";
.chat {
background: white;
}
@ -179,7 +181,7 @@
color: white;
}
.chat-input-icon {
color: #045343;
color: $theme_color;
}
.chat-input-icon:hover {
background: lightgray;