crusty titlebar

This commit is contained in:
nin0 2025-04-21 08:39:13 -04:00
parent e98811546b
commit 77a85e1611
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8
2 changed files with 15 additions and 4 deletions

View file

@ -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) {

View file

@ -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);
} }