Spaces:
Running
Running
Commit
·
17687c9
1
Parent(s):
59ca3b6
add
Browse files- index.html +3 -4
index.html
CHANGED
@@ -106,12 +106,11 @@ tr:hover a {
|
|
106 |
color: inherit; /* 继承自父元素的颜色 */
|
107 |
}
|
108 |
a {
|
109 |
-
color:
|
110 |
-
text-decoration:
|
111 |
-
font-weight: bold;
|
112 |
}
|
113 |
a:hover {
|
114 |
-
|
115 |
}
|
116 |
th a {
|
117 |
color: inherit;
|
|
|
106 |
color: inherit; /* 继承自父元素的颜色 */
|
107 |
}
|
108 |
a {
|
109 |
+
color: #007BFF;
|
110 |
+
text-decoration: underline;
|
|
|
111 |
}
|
112 |
a:hover {
|
113 |
+
font-weight: bold;
|
114 |
}
|
115 |
th a {
|
116 |
color: inherit;
|