diff options
Diffstat (limited to 'assets/css/main.css')
| -rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 57ce30d..519fa2f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -48,8 +48,10 @@ p::selection{ } a { + cursor: default; color: var(--main-fg-color); - text-decoration: underline; + text-decoration: underline 1.5px; + text-underline-offset: 2.5px; } .link-decor-none { @@ -101,7 +103,7 @@ td { text-decoration: none; } -.author{ +.author { font-size: 1.3em; padding-top: 20px; } |
