diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 28ab5ff..f5f931e 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -132,6 +132,13 @@ main.home table .id { font-size: medium; } +#home2table a.linkto { + font-family: monospace; + font-size: medium; + text-decoration: underline; + text-decoration-color: white; +} + nav span.counter { border-radius: 100%; width: 17px; @@ -602,7 +609,7 @@ footer { @media (max-width: 600px) { - main.home .summary, main.home .linkfrom, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag, .hidephone { + main.home .summary, main.home .linkto, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag, .hidephone { display: none; } |