test
This commit is contained in:
parent
bd4803111f
commit
a05e1b269b
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue