diff options
Diffstat (limited to 'templates/base.html')
| -rwxr-xr-x | templates/base.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 7b34a8c..45eb939 100755 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -58,6 +58,15 @@ | |||
| 58 | cap { text-transform: capitalize; } | 58 | cap { text-transform: capitalize; } |
| 59 | ul li { padding: 0.2em 0; } | 59 | ul li { padding: 0.2em 0; } |
| 60 | 60 | ||
| 61 | a { | ||
| 62 | color: var(--link-color); | ||
| 63 | text-decoration: none; | ||
| 64 | } | ||
| 65 | |||
| 66 | a:hover { | ||
| 67 | text-decoration: underline; | ||
| 68 | } | ||
| 69 | |||
| 61 | pre { | 70 | pre { |
| 62 | text-wrap: nowrap; | 71 | text-wrap: nowrap; |
| 63 | overflow-x: auto; | 72 | overflow-x: auto; |
