Skip to content

Commit e3d5e5b

Browse files
committed
css fix
1 parent 9105c1e commit e3d5e5b

File tree

6 files changed

+30
-14
lines changed

6 files changed

+30
-14
lines changed

src/components/Footer.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,15 @@ class Footer extends Component {
4040
</div>
4141
<div className="footer-copyright">
4242
<div className="container center-align">
43-
<Link className="blue-text text-darken-4" to="/grup-kurallari">
43+
<Link className="" to="/grup-kurallari">
4444
Grup Kuralları
4545
</Link>
4646
{" "}|{" "}
47-
<Link className="blue-text text-darken-4" to="/gizlilik-politikasi">
47+
<Link className="" to="/gizlilik-politikasi">
4848
Gizlilik Politikası
4949
</Link>
5050
<p>2017 - {(new Date().getFullYear())} eksicode.org </p>
51-
<p>Destek Verenler: &nbsp;
52-
Alan adı: <a href="https://navisio.eu/" target="_blank"> Navisio Teknoloji</a> &nbsp;
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>
5552
</div>
5653
</div>
5754
</footer>

src/components/Telegram.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ class Telegram extends Component {
3535
href="https://telegram.org/dl/"
3636
rel="noopener noreferrer"
3737
target="_blank"
38-
className="btn-small blue waves-effect waves"
38+
className="btn-small waves"
3939
>
40-
<img src={TelegramLogo} height="12em" alt="" />
40+
<img className="telegram-btn" src={TelegramLogo} height="12em" alt="" />
4141
Telegram'ı İndir
4242
</a>
4343
<br></br>

src/scss/_footer.scss

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
.footer-logo img {
22
height: 3rem;
33
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+
}

src/scss/_main.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a:visited {
1313
}
1414

1515
a:hover {
16-
color: var(--kurbaga-yesili);
16+
color: var(--night);
1717
text-decoration:underline;
1818
}
1919

@@ -31,9 +31,7 @@ h2 {
3131
h4 {
3232
font-size: 20px;
3333
}
34-
p {
35-
color: var(--gri);
36-
}
34+
3735
.box {
3836
height: 0.6rem;
3937
background-color: var(--acikgri);

src/scss/_nav.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ nav {
1414
a:visited {
1515
color: var(--beyaz);
1616
}
17+
a:hover {
18+
color: var(--beyaz);
19+
text-decoration: none;
20+
}
1721
}
1822
}
1923
@media only screen and (max-width: 1300px) {

src/scss/_telegram.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@
1919
background-color: white;
2020
border: 1px solid var(--night);
2121
box-shadow: none;
22-
color: var(--night);
22+
color: var(--white);
2323
img {
2424
margin-right: 0.8em;
2525
}
26+
a:link :active :visited {
27+
color: var(--white);
28+
}
2629
}
2730
.btn-small:focus {
2831
background-color: white;

0 commit comments

Comments
 (0)