some stuff :3

adding support for text / terminal browsers
redone some strings
This commit is contained in:
whotookelburg 2023-02-24 05:20:09 +00:00
parent 97295fce69
commit b201dbfc75
17 changed files with 169 additions and 73 deletions

View file

@ -2,6 +2,18 @@ body {
background-color: #262631;
color: white;
}
div.header{
top: 0%;
}
div.header.left{
left: 0%;
}
div.header.right{
right: 0%;
}
hr{
width: 100%;
}
a:link {
color: cyan;
}

View file