Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
opera7133 authored Mar 10, 2023
1 parent aa6215b commit 5d930da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ a {
text-decoration: none;
color: rgb(0, 100, 255);
transition-duration: 200ms;
word-wrap: break-word;
overflow-wrap: break-word;
}
a:hover {
opacity: 0.7;
}
a, code {
word-wrap: break-word;
overflow-wrap: break-word;
}
iframe {
width: auto;
height: auto;
Expand Down

0 comments on commit 5d930da

Please sign in to comment.