crusty titlebar
This commit is contained in:
parent
e98811546b
commit
77a85e1611
2 changed files with 15 additions and 4 deletions
|
@ -21,6 +21,7 @@ import XmarkIcon from "@assets/svg/xmark.svg";
|
|||
clip-path: var(--clip-window-inner);
|
||||
}
|
||||
.title-bar {
|
||||
background-color: var(--crust);
|
||||
user-select: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -51,7 +52,7 @@ import XmarkIcon from "@assets/svg/xmark.svg";
|
|||
.window-body {
|
||||
gap: 1rem;
|
||||
display: flex;
|
||||
padding: 0 1rem 1rem 1rem;
|
||||
padding: 1rem;
|
||||
flex-direction: column;
|
||||
}
|
||||
@media (pointer: coarse) {
|
||||
|
|
|
@ -21,9 +21,19 @@ body {
|
|||
a {
|
||||
color: #89b4fa;
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6,p,ul {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
ul {
|
||||
margin: 0;
|
||||
}
|
||||
h4,h5,h6,sub {
|
||||
color: var(--overlay0)
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
sub {
|
||||
color: var(--overlay0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue