Compare commits

...

2 Commits

Author SHA1 Message Date
20b130e7ae update version 2024-03-10 15:33:12 -04:00
da0275fd06 fix submit button colors 2024-03-10 15:32:50 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -40,12 +40,12 @@ body {
}
.danger-zone button,
input[type=submit] {
.danger-zone input[type=submit] {
background-color: #af3221 !important;
}
.danger-zone button:hover,
input[type=submit]:hover {
.danger-zone input[type=submit]:hover {
background-color: #61261e !important;
}

View File

@ -1,6 +1,6 @@
{
"name": "peertube-theme-nctv-dark",
"version": "1.0.2",
"version": "1.0.3",
"description": "NCTV dark theme.",
"engine": {
"peertube": ">=4.2.0"