tangled
alpha
login
or
join now
altagos.dev
/
bspds-sandbox
forked from
oyster.cafe/bspds-sandbox
0
fork
atom
PDS software with bells & whistles you didn’t even know you needed. will move this to its own account when ready.
0
fork
atom
overview
issues
pulls
pipelines
auth page css update
oyster.cafe
3 months ago
dc066596
4a767dea
+3
-10
1 changed file
expand all
collapse all
unified
split
src
oauth
templates.rs
+3
-10
src/oauth/templates.rs
···
67
67
.container {
68
68
width: 100%;
69
69
max-width: 400px;
70
70
-
padding-top: 15vh;
71
71
-
}
72
72
-
73
73
-
@media (max-width: 640px) {
74
74
-
.container {
75
75
-
padding-top: 2rem;
76
76
-
}
77
70
}
78
71
79
72
.card {
···
234
227
}
235
228
236
229
.btn-secondary {
237
237
-
background: var(--contrast-500);
238
238
-
color: white;
230
230
+
background: var(--contrast-200);
231
231
+
color: var(--contrast-800);
239
232
}
240
233
241
234
.btn-secondary:hover {
242
242
-
background: var(--contrast-600);
235
235
+
background: var(--contrast-300);
243
236
}
244
237
245
238
.footer {