Merge branch 'LukePrior-patch-7' into devel

pull/217/head
Hansi, dl9rdz 2021-10-09 10:10:43 +02:00
commit 6661da7f72
1 zmienionych plików z 11 dodań i 3 usunięć

Wyświetl plik

@ -72,7 +72,6 @@ td#sfreq {
display: none;
flex: 1;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
flex-direction: column;
overflow: auto;
@ -344,7 +343,7 @@ p{
h2{
color: white;
}
table, th, td, .save, .topnav a.active {
table, th, td, .save, a.active {
color: white;
border: 1px solid grey;
border-collapse: collapse;
@ -354,4 +353,13 @@ p{
color: white;
background-color: #333;
}
}
a:link, a:visited {
color: grey !important;
}
.topnav {
background-color: grey;
}
.topnav a:visited {
color: white !important;
}
}