Compare commits

..

No commits in common. "20b130e7ae563bb6a72095d20224862a4cb86b17" and "665a0aa35c72813efd3f6a2f6fe2eeda74f57882" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

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