diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-11 17:23:12 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-11 17:23:12 +0200 |
| commit | 88b5644a6c2594887d6f99f1cad72a1b58d60fe4 (patch) | |
| tree | ce1dbe06e7bc202a08c7fdeb8fb147bdd6e593bd /static | |
| parent | cf204a1567bcfc6cdfd1927cd9e897b7334abe16 (diff) | |
more fixes
Diffstat (limited to 'static')
| -rw-r--r-- | static/site.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/site.css b/static/site.css index 7f4a733..08135de 100644 --- a/static/site.css +++ b/static/site.css @@ -127,3 +127,8 @@ body { .tile.hand_left { cursor: url(SITE_PATH/static/img/hand_left.png) 10 60, pointer; } + +.tile.link { + border: 0 !important; + background: transparent !important; +}
\ No newline at end of file |
