Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
starg3n authored Dec 10, 2024
1 parent 9054adb commit fabd278
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ p { /* normal text, used in the update logs and other places*/
text-align: center; /*align it to the center*/
}

p:hover {
transform: scale(1.2)
}

b { /*bold text. I don't know if this is used.*/
font-size: 20px;
font-weight: normal; /*not bold or italic*/
Expand Down

0 comments on commit fabd278

Please sign in to comment.