add socials

This commit is contained in:
do butterflies cry? 2026-02-04 01:23:13 +10:00
parent 17cb6a537c
commit f132b754a5
3 changed files with 90 additions and 2 deletions

View file

@ -8,7 +8,7 @@ main {
}
#bg-canvas {
display:block;
display: block;
position: fixed;
inset: 0;
@ -44,3 +44,22 @@ main {
font-family: monospace;
font-size: 1.5em
}
socials-list {
display: flex;
flex-direction: column;
/* justify-content: start; */
align-content: centerr;
align-items: start;
gap: 1ch;
}
socials-item {
}
.icon-social {
height: 2ch;
}

View file

@ -22,6 +22,9 @@ Variables:
--theme-bg: var(--palette-rose-pine-base);
--theme-text: var(--palette-rose-pine-text);
--theme-icon: var(--palette-rose-pine-pine);
--theme-icon-off: var(--palette-rose-pine-foam);
--theme-tty-border: var(--palette-rose-pine-rose);
--theme-tty-prompt: var(--palette-rose-pine-foam);
--theme-tty-command: var(--palette-rose-pine-iris);