Skip to content

Commit 800093b

Browse files
committed
Uploaded theme files
1 parent cf6ba2f commit 800093b

File tree

6 files changed

+57
-626
lines changed

6 files changed

+57
-626
lines changed

animations.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,17 @@
7272
-webkit-transition-property:transform;
7373
transition-property:transform
7474
}
75-
.button-hover:active,.credit-hover:active,
76-
.button-hover:focus,.credit-hover:focus,
77-
.button-hover:hover,.credit-hover:hover{
78-
-webkit-transform:scale(1.02);
79-
transform:scale(1.02)
75+
.button-hover:active,
76+
.button-hover:focus,
77+
.button-hover:hover{
78+
-webkit-transform:scale(1.009);
79+
transform:scale(1.009)
80+
}
81+
.credit-hover:active,
82+
.credit-hover:focus,
83+
.credit-hover:hover{
84+
-webkit-transform:scale(1.04);
85+
transform:scale(1.04)
8086
}
8187

8288

brands.css

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,30 @@
1515
/* Disable this if you don't want rounded avatars for users */
1616
.rounded-avatar {
1717
border-radius: 50%;
18+
-webkit-box-shadow: 0px 0px 0px 3px #ffffff;
19+
box-shadow: 0px 0px 0px 3px #ffffff;
20+
background-color: #ffffff !important;
21+
width: 200px;
22+
height: 200px;
1823
}
1924

2025

2126
/* Buttons
2227
–––––––––––––––––––––––––––––––––––––––––––––––––– */
2328

24-
:root {
25-
--bgColor: #223344;
26-
--bgColor2: #090a0f;
27-
--accentColor: #FFF;
28-
--font: 'Karla', sans-serif;
29-
--delay: .3s; }
30-
3129
.button {
3230
position: relative;
3331
background-color: transparent;
3432
color: var(--accentColor);
3533
border: solid var(--accentColor) 2px;
36-
border-radius: 10px;
34+
border-radius: 5px;
3735
font-size: 1rem;
3836
text-align: center;
3937
display: block;
4038
margin-left: 10px;
4139
margin-right: 10px;
42-
margin-bottom: 10px;
43-
padding: 10px; /* 17px */
40+
margin-bottom: 20px!important;
41+
padding: 20px;
4442
text-decoration: none;
4543
/* transition: all .25s cubic-bezier(.08, .59, .29, .99); */
4644
-webkit-tap-highlight-color: transparent;
@@ -63,17 +61,23 @@
6361
–––––––––––––––––––––––––––––––––––––––––––––––––– */
6462

6563
.icon {
66-
padding: 0px 8px 3.5px 0px;
64+
right: 10px;
65+
bottom: 2px;
66+
position: relative;
6767
vertical-align: middle;
6868
width: 20px;
6969
height: 20px;
70-
-webkit-filter: grayscale(100%);
71-
-moz-filter: grayscale(100%);
72-
filter: grayscale(100%);
7370
}
7471

75-
.button:hover .icon {
76-
-webkit-filter: invert(100%) grayscale(100%);
77-
-moz-filter: invert(100%) grayscale(100%);
78-
filter: invert(100%) grayscale(100%);
72+
.button:hover > .icon {
73+
-webkit-box-shadow: 0px 0px 0px 4px var(--bgColor);
74+
box-shadow: 0px 0px 0px 4px var(--bgColor);
75+
background-color: var(--bgColor) !important;
76+
border-radius:50%;
77+
-moz-border-radius:50%;
78+
-webkit-border-radius:50%;
79+
}
80+
81+
svg {
82+
color: white !important;
7983
}

preview.png

125 KB
Loading

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# A LittleLink Custom Theme
22
Find more themes: https://github.com/JulianPrieber/llc-themes
33

4-
* Theme Name: Galaxy
5-
* Theme Version: 1.4
6-
* Theme Date: 2022-06-09
4+
* Theme Name: Flare
5+
* Theme Version: 1.0
6+
* Theme Date: 2022-07-07
77
* Theme Author: JulianPrieber
88
* Theme Author URI: https://github.com/JulianPrieber
99
* Theme License: GPLv3
@@ -15,5 +15,5 @@ Find more themes: https://github.com/JulianPrieber/llc-themes
1515
* License: MIT
1616

1717
*
18-
* https://github.com/johnggli/linktree
19-
* License: MIT -> https://github.com/johnggli/linktree/blob/master/LICENSE.md
18+
* https://github.com/JulianPrieber2/galaxy
19+
* License: GPLv3

share.button.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
vertical-align: middle;
44
width: 20px;
55
height: 20px;
6-
-webkit-filter: invert(100%);
7-
-moz-filter: invert(100%);
8-
filter: invert(100%);
96
}
107

118
.sharediv {
@@ -95,7 +92,9 @@ sharebutton:hover,
9592
background-color: #FFF;
9693
}
9794
.sharebutton:hover .share-icon {
98-
filter: none !important;
95+
-webkit-filter: invert(100%);
96+
-moz-filter: invert(100%);
97+
filter: invert(100%);
9998
}
10099

101100
@media screen and (max-width: 600px) {

0 commit comments

Comments
 (0)