diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-08-07 19:11:49 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-08-07 19:11:49 -0600 |
| commit | 44f7a0a4da7cc45d638e4b64fbf47cb1afc51292 (patch) | |
| tree | d2fa16893166cd0768ef738fbc37406b94b1aa41 /lisp/webapps/resume/static/css | |
| parent | 2fc46b8c30d92352ca2df49b001ec38817868905 (diff) | |
lots of react migration
Diffstat (limited to 'lisp/webapps/resume/static/css')
| -rw-r--r-- | lisp/webapps/resume/static/css/stylesheet.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/webapps/resume/static/css/stylesheet.css b/lisp/webapps/resume/static/css/stylesheet.css index 0589853..0157806 100644 --- a/lisp/webapps/resume/static/css/stylesheet.css +++ b/lisp/webapps/resume/static/css/stylesheet.css @@ -9,6 +9,10 @@ hr { width: 200px; } +tr.selected { + background-color: lightblue; +} + a { color: lightblue; } |
