diff --git a/src/templates/save.eta b/src/templates/save.eta index e79f6c4..106c230 100644 --- a/src/templates/save.eta +++ b/src/templates/save.eta @@ -1,7 +1,6 @@ <% layout('./layout') %>
- I'm running low on usable storage, and don't have the time needed to setup the new storage servers. For now, the quality and maximum length of videos has been lowered.
- This will hopefully be restored soon, sorry. This in no way affects already saved videos. + The new storage server has been deployed.
@@ -58,9 +57,9 @@ .sorry { margin-top: 10px; position: relative; - background-color: #ffd8cfff; - border-top: 2px dashed #da7b5eff; - border-bottom: 2px dashed #da7b5eff; + background-color: #cfeeffff; + border-top: 2px dashed #5ebbdaff; + border-bottom: 2px dashed #5ebbdaff; padding-top: 5px; padding-bottom: 5px; text-align: center;