8ef713cb560b72b3c0bd652e2e4288bfff0df36e
custom.css
| ... | ... | @@ -352,10 +352,19 @@ table td { |
| 352 | 352 | } |
| 353 | 353 | |
| 354 | 354 | :root { |
| 355 | - --blue: #1e90ff; |
|
| 356 | - --white: #ffffff; |
|
| 355 | + --blue: #f0f8ff; |
|
| 356 | + --battery: 10%; |
|
| 357 | 357 | } |
| 358 | 358 | |
| 359 | 359 | body { |
| 360 | 360 | background-color: var(--blue); |
| 361 | 361 | } |
| 362 | + |
|
| 363 | +#battery { |
|
| 364 | + position: fixed; |
|
| 365 | + bottom: 0; |
|
| 366 | + left: 0; |
|
| 367 | + width: 100vw; |
|
| 368 | + background: #fff5d1; |
|
| 369 | + height: var(--battery); |
|
| 370 | +} |