mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Use css variables.
This commit is contained in:
parent
5d4ff5cfa4
commit
a5930f1772
29 changed files with 131 additions and 85 deletions
|
|
@ -1,11 +1,6 @@
|
|||
.container {
|
||||
background: #fff;
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
||||
.website {
|
||||
padding-bottom: 30px;
|
||||
border-bottom: 1px solid #e1e1e1;
|
||||
border-bottom: 1px solid var(--gray300);
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
|
|
@ -21,7 +16,7 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
color: #2c2c2c !important;
|
||||
color: var(--gray900) !important;
|
||||
}
|
||||
|
||||
.details {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue