mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-22 11:39:30 -07:00
css/sass cleanup
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -40,13 +40,13 @@ body {
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
|
border: 1px solid darkgray;
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
border: 1px solid darkgray;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#btnGetGps {
|
#btnGetGps {
|
||||||
@@ -178,12 +178,13 @@ body {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
|
|
||||||
|
color: #ffffff;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
background-color: rgb(48, 48, 48);
|
background-color: rgb(48, 48, 48);
|
||||||
}
|
}
|
||||||
|
|
||||||
color: #ffffff;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#divTwcBottom>div {
|
#divTwcBottom>div {
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
@import 'page';
|
@use 'page';
|
||||||
@import 'weather-display';
|
@use 'weather-display';
|
||||||
@import 'current-weather';
|
@use 'current-weather';
|
||||||
@import 'extended-forecast';
|
@use 'extended-forecast';
|
||||||
@import 'hourly';
|
@use 'hourly';
|
||||||
@import 'hourly-graph';
|
@use 'hourly-graph';
|
||||||
@import 'travel';
|
@use 'travel';
|
||||||
@import 'latest-observations';
|
@use 'latest-observations';
|
||||||
@import 'local-forecast';
|
@use 'local-forecast';
|
||||||
@import 'progress';
|
@use 'progress';
|
||||||
@import 'radar';
|
@use 'radar';
|
||||||
@import 'regional-forecast';
|
@use 'regional-forecast';
|
||||||
@import 'almanac';
|
@use 'almanac';
|
||||||
@import 'hazards';
|
@use 'hazards';
|
||||||
@import 'media';
|
@use 'media';
|
||||||
Reference in New Issue
Block a user