Fix dark link in alert blocks

This commit is contained in:
Chocobozzz 2022-12-28 14:48:27 +01:00
parent 0c29cec641
commit 0d9ade68d3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 7 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "peertube-plugin-akismet", "name": "peertube-plugin-akismet",
"version": "0.0.4", "version": "0.0.5",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "peertube-plugin-akismet", "name": "peertube-plugin-akismet",
"version": "0.0.4", "version": "0.0.5",
"dependencies": { "dependencies": {
"akismet-api": "^5.3.0" "akismet-api": "^5.3.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "peertube-plugin-akismet", "name": "peertube-plugin-akismet",
"version": "0.0.4", "version": "0.0.5",
"description": "Reject local comments, remote comments and registrations based on Akismet service", "description": "Reject local comments, remote comments and registrations based on Akismet service",
"engine": { "engine": {
"peertube": ">=4.3.0" "peertube": ">=4.3.0"

View File

@ -28,7 +28,6 @@ body {
--mainColorVeryLight: #292121; --mainColorVeryLight: #292121;
} }
.icon-logo { .icon-logo {
min-width: 29px; min-width: 29px;
min-height: 29px; min-height: 29px;
@ -50,3 +49,7 @@ body {
.accordion-button { .accordion-button {
background-color: #292121; background-color: #292121;
} }
.alert .link-orange {
color: #292121;
}