This commit is contained in:
Barrett Ruth 2025-11-10 23:56:05 -05:00
parent a52dfa653f
commit 27df944944
3 changed files with 24 additions and 17 deletions

View file

@ -217,6 +217,7 @@ footer {
display: flex;
justify-content: center;
flex: 1;
width: 100%;
}
a {
@ -234,6 +235,14 @@ li {
background-size: 3vw 3vw;
}
html:has(body.graph-background) {
background-image:
linear-gradient(to right, var(--grid-color) 1px, transparent 1px),
linear-gradient(to bottom, var(--grid-color) 1px, transparent 1px);
background-size: 3vw 3vw;
background-color: var(--bg);
}
.terminal-cursor {
display: inline-block;
width: 10px;