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);
|
clip-path: var(--clip-window-inner);
|
||||||
}
|
}
|
||||||
.title-bar {
|
.title-bar {
|
||||||
|
background-color: var(--crust);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -51,7 +52,7 @@ import XmarkIcon from "@assets/svg/xmark.svg";
|
||||||
.window-body {
|
.window-body {
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 1rem 1rem 1rem;
|
padding: 1rem;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
@media (pointer: coarse) {
|
@media (pointer: coarse) {
|
||||||
|
|
|
@ -21,9 +21,19 @@ body {
|
||||||
a {
|
a {
|
||||||
color: #89b4fa;
|
color: #89b4fa;
|
||||||
}
|
}
|
||||||
h1,h2,h3,h4,h5,h6,p,ul {
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6,
|
||||||
|
p,
|
||||||
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
h4,h5,h6,sub {
|
h4,
|
||||||
color: var(--overlay0)
|
h5,
|
||||||
|
h6,
|
||||||
|
sub {
|
||||||
|
color: var(--overlay0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue