Skip to content

Commit

Permalink
流石にどうにか…
Browse files Browse the repository at this point in the history
  • Loading branch information
nekodendislike authored Oct 28, 2024
1 parent c1d0013 commit f63e59d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body {
.main {
width: 100%;
}
/*
.block {
box-sizing: border-box;
width: 100%;
Expand All @@ -21,6 +22,7 @@ body {
border-right :solid 5px #3261A3;
border-left :solid 5px #3261A3;
}
*/
article p {
width: 100%;
margin: 0;
Expand Down Expand Up @@ -59,7 +61,7 @@ font-weight:bold;
text-decoration:none;
}
a:link { /*アクセスしたことのないリンク*/
color:#000;
color:#fff;
}
a:visited { /*アクセスしたことのあるリンク*/
color: #039;
Expand Down

0 comments on commit f63e59d

Please sign in to comment.