small CSS changes for version number

pull/445/head
Luke Prior 2021-04-18 18:23:47 +10:00 zatwierdzone przez GitHub
rodzic 18eee1e4c0
commit 61d960ee34
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -6,7 +6,8 @@ body {
}
p {
margin: 0.3vh;
margin-top: 0.3vh;
margin-bottom: 0.3vh;
}
body {
@ -16,6 +17,10 @@ body {
flex-direction: column;
}
a {
color: inherit;
}
.wrapper {
flex: auto;
display: flex;
@ -171,7 +176,6 @@ body {
#mapid {
flex: auto;
z-index: 0;
border-radius: 25px;
}
.footerdiv {
@ -304,7 +308,7 @@ input:checked + .slider:before {
color: black;
}
#telem_table a:link, #telem_table a:visited {
#telem_table a:link, #telem_table a:visited #log_data a:link, #log_data a:visited {
font-weight: bold;
text-decoration: none;
color:inherit;