|
3 | 3 | <head> |
4 | 4 | <title>{filename} | AxolotlClient</title> |
5 | 5 | <meta property="og:type" content="website" /> |
6 | | - <meta property="og:title" content="{filename} | AxolotlClient" /> |
| 6 | + <meta property="og:title" content="{filename}" /> |
7 | 7 | <meta property="og:image" content="{image_url}/raw" /> |
8 | 8 | <meta property="og:locale" content="en_US" /> |
9 | 9 | <meta property="og:url" content="{image_url}/view" /> |
10 | 10 | <meta |
11 | 11 | property="og:description" |
12 | | - content="{image_name} shared with AxolotlClient" |
| 12 | + content="Shared by {username}" |
13 | 13 | /> |
14 | 14 | <meta property="og:image:height" content="{image_height}" /> |
15 | 15 | <meta property="og:image:width" content="{image_width}" /> |
|
18 | 18 | <meta name="twitter:img:src" content="{image_url}/raw" /> |
19 | 19 | <meta |
20 | 20 | name="twitter:img:alt" |
21 | | - content="{image_name} shared with AxolotlClient" |
| 21 | + content="Shared by {username}" |
22 | 22 | /> |
23 | 23 | <meta name="twitter:image:width" content="{image_width}" /> |
24 | 24 | <meta name="twitter:image:height" content="{image_height}" /> |
|
56 | 56 | --navbar-bg: #f5f5f75e; |
57 | 57 | --navbar-hover-bg: #00000090; |
58 | 58 | --navbar-hover-text: #fff; |
59 | | - --about-text: #2a2a2a; |
| 59 | + --about-text: #000; |
60 | 60 | --switcher-color: invert(6%) sepia(1%) saturate(751%) hue-rotate(314deg) |
61 | 61 | brightness(101%) contrast(71%); |
62 | | - --bg-brightness: 1; |
| 62 | + --bg-brightness: 1.5; |
63 | 63 | } |
64 | 64 | :root { |
65 | 65 | --default-transition: color 0.3s ease-in-out, |
|
127 | 127 | text-align: center; |
128 | 128 | color: var(--about-text); |
129 | 129 | } |
| 130 | + :root[data-theme="light"] .title { |
| 131 | + text-shadow: #fff -3px -3px .75em, #fff 3px 3px .75em; |
| 132 | + } |
130 | 133 | .content { |
131 | 134 | height: calc(100vh - 170px); |
132 | 135 | max-width: 100%; |
|
181 | 184 | <div class="navbar-right"> |
182 | 185 | <img |
183 | 186 | src="https://axolotlclient.com/images/moon.svg" |
184 | | - alt="" |
| 187 | + alt="Switch Theme" |
185 | 188 | id="switcher" |
186 | 189 | /> |
187 | 190 | </div> |
|
0 commit comments