diff --git a/baseTemplate/templates/baseTemplate/versionManagment.html b/baseTemplate/templates/baseTemplate/versionManagment.html index 0f5c07d08..933030bf2 100755 --- a/baseTemplate/templates/baseTemplate/versionManagment.html +++ b/baseTemplate/templates/baseTemplate/versionManagment.html @@ -4,213 +4,231 @@ {% block content %} -{% load static %} + {% load static %} - + /* Add these styles for the textarea */ + textarea { + background-color: rgb(62, 72, 85); + color: #fff; + } + -
{% trans "Here you can manage versions and check for updates to CyberPanel" %}
-{% trans "Note: Latest commit does not match, please upgrade CyberPanel." %}
+{% trans "Here you can manage versions and check for updates to CyberPanel" %}
{% trans "Note: Latest commit does not match, please upgrade CyberPanel." %}
+