mirror of
https://github.com/9x/9x.github.io.git
synced 2026-09-02 09:04:33 +02:00
change template
This commit is contained in:
14
css/themes/green-white.css
Normal file
14
css/themes/green-white.css
Normal 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
14
css/themes/grey-white.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Theme */
|
||||
|
||||
main {
|
||||
background: #485564;
|
||||
color: #FAFAFA;
|
||||
}
|
||||
|
||||
.icons-social a {
|
||||
color: #FAFAFA;
|
||||
}
|
||||
|
||||
.icons-social a svg path{
|
||||
fill: #FAFAFA;
|
||||
}
|
||||
14
css/themes/indigo-white.css
Normal file
14
css/themes/indigo-white.css
Normal 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
14
css/themes/red-white.css
Normal 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
14
css/themes/white-blue.css
Normal 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
14
css/themes/white-grey.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Theme */
|
||||
|
||||
main {
|
||||
background: #EDEDED;
|
||||
color: #4B5658;
|
||||
}
|
||||
|
||||
.icons-social a {
|
||||
color: #4B5658;
|
||||
}
|
||||
|
||||
.icons-social a svg path{
|
||||
fill: #4B5658;
|
||||
}
|
||||
14
css/themes/white-indigo.css
Normal file
14
css/themes/white-indigo.css
Normal 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
14
css/themes/white-red.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Theme */
|
||||
|
||||
main {
|
||||
background: #EDEDED;
|
||||
color: #AF3D4E;
|
||||
}
|
||||
|
||||
.icons-social a {
|
||||
color: #AF3D4E;
|
||||
}
|
||||
|
||||
.icons-social a svg path{
|
||||
fill: #AF3D4E;
|
||||
}
|
||||
14
css/themes/yellow-black.css
Normal file
14
css/themes/yellow-black.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Theme */
|
||||
|
||||
main {
|
||||
background: #FFEB3B;
|
||||
color: #1E1E1E;
|
||||
}
|
||||
|
||||
.icons-social a {
|
||||
color: #1E1E1E;
|
||||
}
|
||||
|
||||
.icons-social a svg path{
|
||||
fill: #1E1E1E;
|
||||
}
|
||||
Reference in New Issue
Block a user