Skip to content

Commit 27464f7

Browse files
committed
change some code
1 parent 7bb49f2 commit 27464f7

7 files changed

Lines changed: 33 additions & 32 deletions

File tree

main/src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import '../styles/style_footer.css';
2727
</a>
2828
<a href="https://www.youtube.com/channel/UCTxyuWMK0cUP3Z4bcJioSXg" target="_blank">
2929
<span class="sr-only">Go to TCA's YouTube</span>
30-
<img src="https://upload.wikimedia.org/wikipedia/commons/f/fd/YouTube_full-color_icon_%282024%29.svg" alt="GitHub" width="32" height="32" />
30+
<img src="https://upload.wikimedia.org/wikipedia/commons/f/fd/YouTube_full-color_icon_%282024%29.svg" alt="YouTube" width="32" height="32" />
3131
</a>
3232
</div>
3333
</footer>

main/src/layouts/BlogPost.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
3333
max-width: calc(100% - 2em);
3434
margin: auto;
3535
padding: 1em;
36-
color: rgb(var(--gray-dark));
36+
color: white;
3737
}
3838
.title {
3939
margin-bottom: 1em;

main/src/pages/achievements/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import '../../styles/style_achi.css';
1515
<body>
1616
<Header />
1717
<main>
18-
<h1 class="midashi_achi">活動実績</h1>
18+
<h2 class="midashi_achi">活動実績</h2>
1919
<section>
2020
<ul class="achi_list">
2121
<li><a href="/achievements/2024">2024年度</a></li>

main/src/styles/global.css

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body {
4040
word-wrap: break-word;
4141
overflow-wrap: break-word;
4242
color: white;
43-
font-size: 20px;
43+
font-size: 25px;
4444
line-height: 1.7;
4545
}
4646
main {
@@ -153,3 +153,30 @@ hr {
153153
/* added line to stop words getting smushed together (as they go onto separate lines and some screen readers do not understand line feeds as a space */
154154
white-space: nowrap;
155155
}
156+
.internal-links {
157+
color: white;
158+
}
159+
160+
.page_title {
161+
color: rgb(151,244,255);
162+
}
163+
164+
.logo {
165+
height: auto;
166+
width: 200px;
167+
display: block;
168+
}
169+
170+
.social-links {
171+
color: white;
172+
}
173+
174+
.sosial-links {
175+
text-decoration: none;
176+
color: white;
177+
}
178+
179+
.footer-text {
180+
border-top: solid 1px white;
181+
padding-top: 20px;
182+
}

main/src/styles/style_1.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ body {
4747

4848
.link_list {
4949
padding-bottom: 60px;
50-
color: rgb(224, 224, 224);
50+
color: gray;
5151
}
5252

5353
a {
54-
color: rgb(179, 157, 219);
54+
color: #000ee0;
5555
}
5656
a:hover {
5757
color: rgb(232, 234, 246);

main/src/styles/style_footer.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

main/src/styles/style_header.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)