This commit is contained in:
Peter Maquiran
2021-10-26 18:57:12 +01:00
parent 6e2410bb57
commit 025264750c
7 changed files with 33 additions and 6 deletions
+7
View File
@@ -632,6 +632,7 @@ body {
--header-bottom-line-background: rgb(255, 0, 0);
--header-bottom-line-background-image: linear-gradient(to right, #c63527, #ffb81c, #ffc72c);
--font-awesome: #ffb81c;
--font-awesome-1: #c63527;
--color: #d9d9d9;
--color2: #f0f0f0;
@@ -717,6 +718,7 @@ body {
var(--color5) 100%
) !important;
--font-awesome: #42b9fe;
--font-awesome-1: #42b9fe;
--color: #0782c9;
--color2: #45baff;
--color3: #0782c9;
@@ -750,3 +752,8 @@ body {
.font-awesome {
color: var(--font-awesome) !important;
}
.font-awesome-1 {
color: var(--font-awesome-1) !important;
}