Redesigned the user interface #23
This commit is contained in:
parent
f7048d1e9f
commit
d93591bcb2
32 changed files with 846 additions and 1297 deletions
|
@ -4,7 +4,6 @@
|
|||
.simple-keyboard.darkTheme {
|
||||
width: 50rem;
|
||||
max-width: 100%;
|
||||
margin-top: 2rem;
|
||||
background: transparent;
|
||||
}
|
||||
.simple-keyboard.darkTheme .hg-button {
|
||||
|
@ -12,13 +11,13 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: var(--glass-bg);
|
||||
background: var(--bg-color);
|
||||
color: white;
|
||||
border: none;
|
||||
border-bottom: 1px solid var(--glass-border-color);
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
}
|
||||
.simple-keyboard.darkTheme .hg-button:active,
|
||||
.simple-keyboard.darkTheme .hg-button:hover {
|
||||
color: white;
|
||||
background: var(--glass-bg-hover);
|
||||
background: var(--bg-hover-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue