Blue primary button + UserFavoriteWorldsRefresh button

This commit is contained in:
Natsumi
2021-05-25 20:23:34 +12:00
parent 19c4705bd1
commit 3a525ebf23
2 changed files with 5 additions and 4 deletions

View File

@@ -101,13 +101,13 @@ button {
color: #c5cad6;
}
.el-button:not(.el-button--text) {
.el-button:not(.el-button--text, .el-button--primary) {
background-color: #353535;
border-color: #404040;
}
.el-button:not(.el-button--text):focus,
.el-button:not(.el-button--text):hover {
.el-button:not(.el-button--text, .el-button--primary):focus,
.el-button:not(.el-button--text, .el-button--primary):hover {
color: #000;
background-color: #737373;
border-color: #656565;