+3
src/templates.rs
+3
src/templates.rs
···
299
299
-webkit-tap-highlight-color: transparent;
300
300
cursor: pointer;
301
301
border-radius: 2px;
302
+
display: flex;
303
+
align-items: center;
302
304
}}
303
305
304
306
.logout:hover, .logout:active {{
···
1193
1195
position: fixed;
1194
1196
top: clamp(1rem, 2vmin, 1.5rem);
1195
1197
right: clamp(6rem, 14vmin, 9rem);
1198
+
font-family: inherit;
1196
1199
font-size: clamp(0.65rem, 1.4vmin, 0.75rem);
1197
1200
color: var(--text-light);
1198
1201
border: 1px solid var(--border);