comparison mrjunejune/src/offline.html @ 211:a6d8d32a0261

[MrJuneJune] Simple animations for darkmode.
author MrJuneJune <me@mrjunejune.com>
date Sun, 15 Feb 2026 21:38:23 -0800
parents 3b47e82ac57e
children
comparison
equal deleted inserted replaced
210:0abed117e623 211:a6d8d32a0261
12 align-items: center; 12 align-items: center;
13 justify-content: center; 13 justify-content: center;
14 min-height: 100vh; 14 min-height: 100vh;
15 margin: 0; 15 margin: 0;
16 padding: 20px; 16 padding: 20px;
17 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 17 background: linear-gradient(135deg, #544e43 0%, #3a3630 100%);
18 color: white; 18 color: white;
19 text-align: center; 19 text-align: center;
20 } 20 }
21 21
22 h1 { 22 h1 {
32 32
33 button { 33 button {
34 padding: 12px 32px; 34 padding: 12px 32px;
35 font-size: 1em; 35 font-size: 1em;
36 background: white; 36 background: white;
37 color: #667eea; 37 color: #544e43;
38 border: none; 38 border: none;
39 border-radius: 8px; 39 border-radius: 8px;
40 cursor: pointer; 40 cursor: pointer;
41 font-weight: bold; 41 font-weight: bold;
42 transition: transform 0.2s; 42 transition: transform 0.2s;