mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
Refactored update notice. Fixes #2124.
This commit is contained in:
parent
ba9ddcac38
commit
f35d0f65dc
4 changed files with 15 additions and 13 deletions
|
|
@ -4,7 +4,7 @@
|
|||
gap: 20px;
|
||||
margin: 20px auto;
|
||||
justify-self: center;
|
||||
background: #fff;
|
||||
background: var(--base50);
|
||||
padding: 20px;
|
||||
border: 1px solid var(--base300);
|
||||
border-radius: var(--border-radius);
|
||||
|
|
@ -15,7 +15,8 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-weight: 600;
|
||||
color: var(--font-color100);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue