change template

This commit is contained in:
2025-02-15 18:05:59 +01:00
parent 13a2d108dc
commit 73d2c35d7b
25 changed files with 376 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
/* Theme */
main {
background: #43A047;
color: #FAFAFA;
}
.icons-social a {
color: #FAFAFA;
}
.icons-social a svg path{
fill: #FAFAFA;
}

14
css/themes/grey-white.css Normal file
View File

@@ -0,0 +1,14 @@
/* Theme */
main {
background: #485564;
color: #FAFAFA;
}
.icons-social a {
color: #FAFAFA;
}
.icons-social a svg path{
fill: #FAFAFA;
}

View File

@@ -0,0 +1,14 @@
/* Theme */
main {
background: #303F9F;
color: #FAFAFA;
}
.icons-social a {
color: #FAFAFA;
}
.icons-social a svg path{
fill: #FAFAFA;
}

14
css/themes/red-white.css Normal file
View File

@@ -0,0 +1,14 @@
/* Theme */
main {
background: #AF3D4E;
color: #FAFAFA;
}
.icons-social a {
color: #FAFAFA;
}
.icons-social a svg path{
fill: #FAFAFA;
}

14
css/themes/white-blue.css Normal file
View File

@@ -0,0 +1,14 @@
/* Theme */
main {
background: #FAFAFA;
color: #0277BD;
}
.icons-social a {
color: #0277BD;
}
.icons-social a svg path{
fill: #0277BD;
}

14
css/themes/white-grey.css Normal file
View File

@@ -0,0 +1,14 @@
/* Theme */
main {
background: #EDEDED;
color: #4B5658;
}
.icons-social a {
color: #4B5658;
}
.icons-social a svg path{
fill: #4B5658;
}

View File

@@ -0,0 +1,14 @@
/* Theme */
main {
background: #E8EAF6;
color: #303F9F;
}
.icons-social a {
color: #303F9F;
}
.icons-social a svg path{
fill: #303F9F;
}

14
css/themes/white-red.css Normal file
View File

@@ -0,0 +1,14 @@
/* Theme */
main {
background: #EDEDED;
color: #AF3D4E;
}
.icons-social a {
color: #AF3D4E;
}
.icons-social a svg path{
fill: #AF3D4E;
}

View File

@@ -0,0 +1,14 @@
/* Theme */
main {
background: #FFEB3B;
color: #1E1E1E;
}
.icons-social a {
color: #1E1E1E;
}
.icons-social a svg path{
fill: #1E1E1E;
}