Skip to content

Commit

Permalink
Fix Mag declination in CSS for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Jan 7, 2024
1 parent ba4bcf6 commit 4b22e58
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/css/tabs/gps.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@
.line {
clear: left;
}
input {
float: left;
width: 90px;
height: 20px;
margin: 0 10px 5px 0;
padding-left: 5px;
padding-right: 5px;
border: 1px solid var(--subtleAccent);
border-radius: 3px;
background: var(--boxBackground);
color: var(--defaultText);
}
select {
float: left;
width: 100px;
Expand Down

0 comments on commit 4b22e58

Please sign in to comment.