diff options
Diffstat (limited to 'views/join.ejs')
-rw-r--r-- | views/join.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/join.ejs b/views/join.ejs index b4e4718..e2c626f 100644 --- a/views/join.ejs +++ b/views/join.ejs @@ -2,7 +2,7 @@ <style> table { min-width: auto; } th, td { min-width: 10em; } -a.red { text-decoration: none; color: brown; } +a.red { text-decoration: none; color: brown; font-size: 14px; } td a { text-decoration: underline; color: blue; } .hide { display: none; } </style> |