feature: events polling
This commit is contained in:
parent
61a51017a3
commit
b700251278
19 changed files with 353 additions and 77 deletions
|
@ -1,8 +1,8 @@
|
|||
/* Dark mode default */
|
||||
:root {
|
||||
--bg: #121212;
|
||||
--text: #f0f0f0;
|
||||
--accent: #4caf50;
|
||||
--bg: #323232;
|
||||
--text: #efe;
|
||||
--accent: #fa0 ;
|
||||
--border-subtle: #555;
|
||||
--border-normal: #888;
|
||||
--border-highlight: #bbb;
|
||||
|
@ -13,7 +13,7 @@
|
|||
:root {
|
||||
--bg: #f0f0f0;
|
||||
--text: #121212;
|
||||
--accent: #4caf50;
|
||||
--accent: #c80;
|
||||
--border-subtle: #bbb;
|
||||
--border-normal: #888;
|
||||
--border-highlight: #555;
|
||||
|
@ -135,9 +135,8 @@ button {
|
|||
background: inherit;
|
||||
color: inherit;
|
||||
padding: 0.5rem;
|
||||
margin: 0 1rem;
|
||||
border: 1px solid var(--text);
|
||||
border-radius: 10%;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
button.primary {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue