diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/common/header.html b/common/header.html old mode 100644 new mode 100755 diff --git a/css/main.css b/css/main.css old mode 100644 new mode 100755 index b01992c..79153a1 --- a/css/main.css +++ b/css/main.css @@ -9,6 +9,8 @@ --dark-link-color: #5C6BC0; --dark-shadow-color: #1a1a1a; + --dark-green-bg-color: #26a269; + --dark-green-border-color: #176943; } body { min-height: 100%; @@ -23,8 +25,11 @@ body { --btn-color: #303f9f; --link-color: #3949AB; --shadow-color: rgba(0,0,0,.15); + + --green-bg-color: #8ff0a4; + --green-border-color: #33d17a; + background-color: var(--bg-color); - background-image: url(/img/noise.png); color: var(--text-color); } @@ -89,6 +94,8 @@ a { grid-area: main; } +.alert { +} .center-txt{ text-align: center; diff --git a/diverse/index.php b/diverse/index.php old mode 100644 new mode 100755 diff --git a/fuglekasse/index.php b/fuglekasse/index.php old mode 100644 new mode 100755 diff --git a/img/icons/Jitsi_Logo.svg b/img/icons/Jitsi_Logo.svg old mode 100644 new mode 100755 diff --git a/img/icons/Matrix_Logo.svg b/img/icons/Matrix_Logo.svg old mode 100644 new mode 100755 diff --git a/img/icons/Nextcloud_Logo.svg b/img/icons/Nextcloud_Logo.svg old mode 100644 new mode 100755 diff --git a/index.php b/index.php old mode 100644 new mode 100755 diff --git a/mumble_info/index.php b/mumble_info/index.php old mode 100644 new mode 100755 diff --git a/speedtest/index.php b/speedtest/index.php old mode 100644 new mode 100755 diff --git a/speedtest/ui.css b/speedtest/ui.css old mode 100644 new mode 100755 diff --git a/speedtest/ui.js b/speedtest/ui.js old mode 100644 new mode 100755