mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 09:16:25 +01:00
Forgot to add that too
This commit is contained in:
parent
5fbb47ca80
commit
d5a59248ab
@ -34,8 +34,13 @@ html {
|
||||
body {
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
background: var(--background-primary);
|
||||
background: var(--background-head);
|
||||
color: var(--color-primary);
|
||||
|
||||
border-color: var(--border-color);
|
||||
border-style: solid;
|
||||
border-radius: 3px;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
h1, h2, h3,
|
||||
@ -59,6 +64,8 @@ nav {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 0.5rem;
|
||||
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
nav h1 {
|
||||
@ -98,6 +105,12 @@ select {
|
||||
|
||||
.content {
|
||||
padding: 0 1rem 1rem;
|
||||
background: var(--background-primary);
|
||||
|
||||
border-color: var(--border-color);
|
||||
border-style: solid;
|
||||
border-radius: 3px;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.content>header {
|
||||
|
Loading…
Reference in New Issue
Block a user