We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8d800 commit 0f8f4c6Copy full SHA for 0f8f4c6
public/styles/index.css
@@ -91,14 +91,28 @@ h3 {
91
object-fit: contain;
92
}
93
94
-.project-link, .rootly-link {
+.project-link {
95
color: #ffffff;
96
opacity: 0.7;
97
transition: all 0.3s ease;
98
font-size: 1.2rem;
99
100
101
-.project-link:hover, .rootly-link:hover {
+.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 {
116
opacity: 1;
117
color: #00ffff; /* Matching PandasWhoCode cyan color */
118
transform: translateY(-2px);
0 commit comments