Skip to content

Commit 899a64a

Browse files
committed
Updated default themes
1 parent 889fa3b commit 899a64a

File tree

7 files changed

+29
-3
lines changed

7 files changed

+29
-3
lines changed

themes/galaxy/brands.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
border-radius: 50%;
1818
}
1919

20+
.social-icon {
21+
font-size: 32px;
22+
padding: 10px;
23+
}
24+
.social-icon-div {
25+
padding-bottom: 30px;
26+
}
27+
.social-icon{color:#fff;}
2028

2129
/* Buttons
2230
–––––––––––––––––––––––––––––––––––––––––––––––––– */

themes/galaxy/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Find more themes: https://github.com/JulianPrieber/llc-themes
33

44
* Theme Name: Galaxy
5-
* Theme Version: 1.7
5+
* Theme Version: 1.8
66
* Theme Date: 2022-06-09
77
* Theme Author: JulianPrieber
88
* Theme Author URI: https://github.com/JulianPrieber

themes/mono/brands.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ body{
3232
}
3333

3434

35+
.social-icon {
36+
font-size: 32px;
37+
padding: 10px;
38+
}
39+
.social-icon-div {
40+
padding-bottom: 30px;
41+
}
42+
.social-icon{color:#fff;}
3543

3644
/* Buttons
3745
–––––––––––––––––––––––––––––––––––––––––––––––––– */

themes/mono/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Find more themes: https://github.com/JulianPrieber/llc-themes
33

44
* Theme Name: Mono
5-
* Theme Version: 1.4
5+
* Theme Version: 1.5
66
* Theme Date: 2022-05-18
77
* Theme Author: JulianPrieber
88
* Theme Author URI: https://github.com/JulianPrieber

themes/stargazer/brands.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
height: 150px;
2323
}
2424

25+
.social-icon {
26+
font-size: 32px;
27+
padding: 10px;
28+
}
29+
.social-icon-div {
30+
padding-bottom: 30px;
31+
}
32+
.social-icon{color:#fff;}
2533

2634
/* Buttons
2735
–––––––––––––––––––––––––––––––––––––––––––––––––– */

themes/stargazer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Find more themes: https://github.com/JulianPrieber/llc-themes
33

44
* Theme Name: Stargazer
5-
* Theme Version: 1.2
5+
* Theme Version: 1.5
66
* Theme Date: 2022-09-01
77
* Theme Author: JulianPrieber
88
* Theme Author URI: https://github.com/JulianPrieber

themes/stargazer/skeleton-auto.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
1515
*/
1616

17+
@import url(https://fonts.bunny.net/css?family=roboto:400,500,700,900);
18+
1719
/* Grid
1820
–––––––––––––––––––––––––––––––––––––––––––––––––– */
1921
.container {

0 commit comments

Comments
 (0)