Updated default themes

This commit is contained in:
Julian Prieber 2022-12-06 16:00:51 +01:00
parent 889fa3bb07
commit 899a64a9be
7 changed files with 29 additions and 3 deletions

View File

@ -17,6 +17,14 @@
border-radius: 50%; border-radius: 50%;
} }
.social-icon {
font-size: 32px;
padding: 10px;
}
.social-icon-div {
padding-bottom: 30px;
}
.social-icon{color:#fff;}
/* Buttons /* Buttons
*/ */

View File

@ -2,7 +2,7 @@
Find more themes: https://github.com/JulianPrieber/llc-themes Find more themes: https://github.com/JulianPrieber/llc-themes
* Theme Name: Galaxy * Theme Name: Galaxy
* Theme Version: 1.7 * Theme Version: 1.8
* Theme Date: 2022-06-09 * Theme Date: 2022-06-09
* Theme Author: JulianPrieber * Theme Author: JulianPrieber
* Theme Author URI: https://github.com/JulianPrieber * Theme Author URI: https://github.com/JulianPrieber

View File

@ -32,6 +32,14 @@ body{
} }
.social-icon {
font-size: 32px;
padding: 10px;
}
.social-icon-div {
padding-bottom: 30px;
}
.social-icon{color:#fff;}
/* Buttons /* Buttons
*/ */

View File

@ -2,7 +2,7 @@
Find more themes: https://github.com/JulianPrieber/llc-themes Find more themes: https://github.com/JulianPrieber/llc-themes
* Theme Name: Mono * Theme Name: Mono
* Theme Version: 1.4 * Theme Version: 1.5
* Theme Date: 2022-05-18 * Theme Date: 2022-05-18
* Theme Author: JulianPrieber * Theme Author: JulianPrieber
* Theme Author URI: https://github.com/JulianPrieber * Theme Author URI: https://github.com/JulianPrieber

View File

@ -22,6 +22,14 @@
height: 150px; height: 150px;
} }
.social-icon {
font-size: 32px;
padding: 10px;
}
.social-icon-div {
padding-bottom: 30px;
}
.social-icon{color:#fff;}
/* Buttons /* Buttons
*/ */

View File

@ -2,7 +2,7 @@
Find more themes: https://github.com/JulianPrieber/llc-themes Find more themes: https://github.com/JulianPrieber/llc-themes
* Theme Name: Stargazer * Theme Name: Stargazer
* Theme Version: 1.2 * Theme Version: 1.5
* Theme Date: 2022-09-01 * Theme Date: 2022-09-01
* Theme Author: JulianPrieber * Theme Author: JulianPrieber
* Theme Author URI: https://github.com/JulianPrieber * Theme Author URI: https://github.com/JulianPrieber

View File

@ -14,6 +14,8 @@
*/ */
@import url(https://fonts.bunny.net/css?family=roboto:400,500,700,900);
/* Grid /* Grid
*/ */
.container { .container {