commit 1eaa86c1f4e0b9d0c3962e81045530831b005aa6
parent 23652c97c90ca2215a05b0e9d56f4265c55cee5a
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Fri, 13 Jan 2023 00:06:25 -0800
useless
Diffstat:
3 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/pkg/web/public/views/pages/public-profile.gohtml b/pkg/web/public/views/pages/public-profile.gohtml
@@ -4,8 +4,6 @@
white-space: pre;
overflow-wrap: normal;
overflow-x: scroll;
- background-color: rgba(255,255,255,.2) !important;
- color: #fff !important;
}
table td {
padding-right: 10px;
diff --git a/pkg/web/public/views/pages/settings/private-notes.gohtml b/pkg/web/public/views/pages/settings/private-notes.gohtml
@@ -4,8 +4,6 @@
white-space: pre;
overflow-wrap: normal;
overflow-x: scroll;
- background-color: rgba(255,255,255,.2) !important;
- color: #fff !important;
}
</style>
{{ end }}
diff --git a/pkg/web/public/views/pages/settings/public-notes.gohtml b/pkg/web/public/views/pages/settings/public-notes.gohtml
@@ -4,8 +4,6 @@
white-space: pre;
overflow-wrap: normal;
overflow-x: scroll;
- background-color: rgba(255,255,255,.2) !important;
- color: #fff !important;
}
</style>
{{ end }}