Compare commits

...

2 Commits

Author SHA1 Message Date
~erin 04a16e35a9
Change feed styling 2022-06-03 07:46:15 -04:00
~erin c9616e7b49
Increment golgi version 2022-06-03 07:45:45 -04:00
2 changed files with 19 additions and 1 deletions

View File

@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
async-std = "1.10.0"
futures = "0.3.21"
golgi = "0.1"
golgi = "0.1.1"
rocket = { version = "0.5.0-rc.2", features = ["json"] }

View File

@ -65,3 +65,21 @@ label {
margin-top: 0px;
padding-top: 5px;
}
#messages h3, #messages p {
margin-bottom: 0px;
}
#messages p {
margin-top: 0px;
}
#message_text {
margin: auto;
display: block;
width: 100%;
}
::selection {
color: #EEEEEE;
background-color: #444;
}