prototype of comments

This commit is contained in:
biglyderv 2025-02-26 01:10:09 -05:00
parent 9cdf2326b8
commit 11147482d2
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
11 changed files with 216 additions and 5 deletions

View file

@ -1,5 +1,5 @@
:root {
font-family: sans-serif;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 1em;
--main-1: rgb(13, 12, 17);
@ -124,7 +124,7 @@ body {
color: inherit;
font-weight: bold;
margin: 5px;
display: flex;
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;