not great but better

This commit is contained in:
Michael Freno
2025-12-31 01:36:29 -05:00
parent 8edd124691
commit 28cabb8d16
4 changed files with 27 additions and 26 deletions

View File

@@ -209,7 +209,6 @@
transition-duration: 500ms;
syntax: "*";
inherits: false;
scrollbar-gutter: stable both-edges;
scrollbar-color: var(--color-text) var(--color-base);
}
@@ -225,6 +224,13 @@
background-color: var(--color-text);
color: var(--color-crust);
}
#center-body {
scrollbar-width: thin;
scrollbar-gutter: stable both-edges;
}
#rightbar-content {
scrollbar-width: none;
}
body {
background: var(--color-base);
@@ -246,6 +252,7 @@ body {
background-color: var(--color-text);
vertical-align: text-bottom;
margin-left: 2px;
position: absolute;
}
/* Block cursor when done typing */