Skip to content

Commit 0f8f4c6

Browse files
committed
chore: Update css
Signed-off-by: Roger Barker <[email protected]>
1 parent 9d8d800 commit 0f8f4c6

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

public/styles/index.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,28 @@ h3 {
9191
object-fit: contain;
9292
}
9393

94-
.project-link, .rootly-link {
94+
.project-link {
9595
color: #ffffff;
9696
opacity: 0.7;
9797
transition: all 0.3s ease;
9898
font-size: 1.2rem;
9999
}
100100

101-
.project-link:hover, .rootly-link:hover {
101+
.project-link:hover{
102+
opacity: 1;
103+
color: #00ffff; /* Matching PandasWhoCode cyan color */
104+
transform: translateY(-2px);
105+
}
106+
107+
.rootly-link {
108+
color: #ffffff;
109+
opacity: 0.7;
110+
transition: all 0.3s ease;
111+
font-size: 1.2rem;
112+
text-decoration: none;
113+
}
114+
115+
.rootly-link:hover {
102116
opacity: 1;
103117
color: #00ffff; /* Matching PandasWhoCode cyan color */
104118
transform: translateY(-2px);

0 commit comments

Comments
 (0)