Updates
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
|
||||
@import '../style.css';
|
||||
|
||||
#custom-ml4w-welcome {
|
||||
background-image: url("../../assets/ml4w-icon-dark.png");
|
||||
#custom-ml4w-welcome {
|
||||
background-image: url("../../assets/ml4w-icon-black.svg");
|
||||
}
|
||||
|
||||
@@ -204,18 +204,20 @@ window#waybar.empty #window {
|
||||
|
||||
#custom-chatgpt {
|
||||
margin-right: 12px;
|
||||
background-image: url("../assets/ai-icon.png");
|
||||
background-image: url("../assets/openai.svg");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
padding-right: 24px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#custom-ml4w-welcome {
|
||||
margin-right: 12px;
|
||||
background-image: url("../assets/ml4w-icon.png");
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("../assets/ml4w-icon.svg");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user