UltraRonin commited on
Commit
17687c9
·
1 Parent(s): 59ca3b6
Files changed (1) hide show
  1. index.html +3 -4
index.html CHANGED
@@ -106,12 +106,11 @@ tr:hover a {
106
  color: inherit; /* 继承自父元素的颜色 */
107
  }
108
  a {
109
- color: var(--accent-color);
110
- text-decoration: none;
111
- font-weight: bold;
112
  }
113
  a:hover {
114
- text-decoration: underline;
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;