Ron Au commited on
Commit
704572f
1 Parent(s): 38e3cc4

feat(links): Add pointer cursor for links on card

Browse files
Files changed (1) hide show
  1. static/style.css +1 -0
static/style.css CHANGED
@@ -170,6 +170,7 @@ input:focus {
170
 
171
  .info a, info a:is(:hover, :focus, :active, :visited) {
172
  color: var(--theme-subtext);
 
173
  }
174
 
175
  /* Output (right) section */
 
170
 
171
  .info a, info a:is(:hover, :focus, :active, :visited) {
172
  color: var(--theme-subtext);
173
+ cursor: pointer;
174
  }
175
 
176
  /* Output (right) section */