Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit f1d018b

Browse files
author
NerdOfLinux
authored
Added link coloring
1 parent 18fcf06 commit f1d018b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

newstyle.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ body {
1313
color: blue;
1414
}
1515

16+
#blueLink a:hover{
17+
color: red;
18+
}
19+
1620
.server{
1721
font-weight: bold;
1822
display: inline-block;

0 commit comments

Comments
 (0)