This commit is contained in:
iFargle 2023-08-30 19:26:32 +09:00
parent bd4803111f
commit a05e1b269b

View file

@ -40,7 +40,7 @@
], ],
"custom/wlogout": { "custom/wlogout": {
"format": "󰐥", "format": "",
"on-click": "wlogout" "on-click": "wlogout"
}, },
@ -209,7 +209,8 @@
/* new stuff */ /* new stuff */
border-radius: 5px; border-radius: 5px;
color: rgba(50, 48, 47, 0.8); color: rgba(50, 48, 47, 0.8);
background-color: #d5c4a1; /* background-color: #d5c4a1; */
background-color: #a89984;
font-weight: bold; font-weight: bold;
} }