core: Let's try some neutral colors to avoid clashing with app colors.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 26m51s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 26m51s
This commit is contained in:
@ -149,7 +149,7 @@ class TfNavigationElement extends LitElement {
|
||||
<link type="text/css" rel="stylesheet" href="/static/w3.css" />
|
||||
<div class="w3-dropdown-click w3-right" style="max-width: 100%">
|
||||
<button
|
||||
class="w3-button w3-rest w3-cyan"
|
||||
class="w3-button w3-rest"
|
||||
style="text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 100%"
|
||||
id="identity"
|
||||
@click=${self.toggle_id_dropdown}
|
||||
|
Reference in New Issue
Block a user