File tree 6 files changed +30
-14
lines changed
6 files changed +30
-14
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,15 @@ class Footer extends Component {
40
40
</ div >
41
41
< div className = "footer-copyright" >
42
42
< div className = "container center-align" >
43
- < Link className = "blue-text text-darken-4 " to = "/grup-kurallari" >
43
+ < Link className = "" to = "/grup-kurallari" >
44
44
Grup Kuralları
45
45
</ Link >
46
46
{ " " } |{ " " }
47
- < Link className = "blue-text text-darken-4 " to = "/gizlilik-politikasi" >
47
+ < Link className = "" to = "/gizlilik-politikasi" >
48
48
Gizlilik Politikası
49
49
</ Link >
50
50
< p > 2017 - { ( new Date ( ) . getFullYear ( ) ) } eksicode.org </ p >
51
- < p > Destek Verenler:
52
- Alan adı: < a href = "https://navisio.eu/" target = "_blank" > Navisio Teknoloji</ a >
53
- Hosting: < a href = "https://gallus.ai/" target = "_blank" > Gallus Teknoloji</ a >
54
- </ p >
51
+ < p > Alan adı & Hosting Sponsoru : < a href = "https://navisio.eu/" target = "_blank" > Navisio Teknoloji</ a > </ p >
55
52
</ div >
56
53
</ div >
57
54
</ footer >
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ class Telegram extends Component {
35
35
href = "https://telegram.org/dl/"
36
36
rel = "noopener noreferrer"
37
37
target = "_blank"
38
- className = "btn-small blue waves-effect waves"
38
+ className = "btn-small waves"
39
39
>
40
- < img src = { TelegramLogo } height = "12em" alt = "" />
40
+ < img className = "telegram-btn" src = { TelegramLogo } height = "12em" alt = "" />
41
41
Telegram'ı İndir
42
42
</ a >
43
43
< br > </ br >
Original file line number Diff line number Diff line change 1
1
.footer-logo img {
2
2
height : 3rem ;
3
3
margin : 0 1rem ;
4
- }
4
+ }
5
+ .footer-copyright {
6
+ color : var (--beyaz );
7
+
8
+ a :link {
9
+ color : var (--light-yesil );
10
+ }
11
+ a :visited {
12
+ color : var (--beyaz );
13
+ }
14
+ a :hover {
15
+ color : var (--beyaz );
16
+ text-decoration : underline ;
17
+ }
18
+ }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ a:visited {
13
13
}
14
14
15
15
a :hover {
16
- color : var (--kurbaga-yesili );
16
+ color : var (--night );
17
17
text-decoration :underline ;
18
18
}
19
19
31
31
h4 {
32
32
font-size : 20px ;
33
33
}
34
- p {
35
- color : var (--gri );
36
- }
34
+
37
35
.box {
38
36
height : 0.6rem ;
39
37
background-color : var (--acikgri );
Original file line number Diff line number Diff line change 14
14
a :visited {
15
15
color : var (--beyaz );
16
16
}
17
+ a :hover {
18
+ color : var (--beyaz );
19
+ text-decoration : none ;
20
+ }
17
21
}
18
22
}
19
23
@media only screen and (max-width : 1300px ) {
Original file line number Diff line number Diff line change 19
19
background-color : white ;
20
20
border : 1px solid var (--night );
21
21
box-shadow : none ;
22
- color : var (--night );
22
+ color : var (--white );
23
23
img {
24
24
margin-right : 0.8em ;
25
25
}
26
+ a :link :active :visited {
27
+ color : var (--white );
28
+ }
26
29
}
27
30
.btn-small :focus {
28
31
background-color : white ;
You can’t perform that action at this time.
0 commit comments