Warn user IP will be sent to Akismet

This commit is contained in:
Chocobozzz
2022-09-26 11:23:26 +02:00
parent eebc3b4719
commit b68f86adeb
7 changed files with 640 additions and 6 deletions

View File

@ -25,7 +25,7 @@ body {
--activatedActionButtonColor: #fff;
--channelBackgroundColor: rgb(32, 32, 32);
--mainColorVeryLight: #30363d;
--mainColorVeryLight: #292121;
}
@ -46,3 +46,7 @@ body {
.dropdown-header {
color: var(--mainForegroundColor);
}
.accordion-button {
background-color: #292121;
}