diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index f7331ce..5fb7023 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -22,6 +22,21 @@ | |||
| 22 | --bg-color: #eee; | 22 | --bg-color: #eee; |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | *::selection { | ||
| 26 | background: var(--link-color); | ||
| 27 | color: #ffffff; | ||
| 28 | } | ||
| 29 | |||
| 30 | *::-moz-selection { | ||
| 31 | background: var(--link-color); | ||
| 32 | color: #ffffff; | ||
| 33 | } | ||
| 34 | |||
| 35 | *::-webkit-selection { | ||
| 36 | background: var(--link-color); | ||
| 37 | color: #ffffff; | ||
| 38 | } | ||
| 39 | |||
| 25 | body { | 40 | body { |
| 26 | padding: 2.5rem; | 41 | padding: 2.5rem; |
| 27 | max-width: 1900px; | 42 | max-width: 1900px; |
