First full release

This commit is contained in:
Luka Romih
2023-03-10 12:50:23 +01:00
parent 257f3c354f
commit 9867875ef2
285 changed files with 10980 additions and 4692 deletions
+9 -2
View File
@@ -46,7 +46,7 @@ body {
transition: 0.3s;
// max-height: calc(100vh - 80px);
height: 100vh;
max-height: calc(100vh - 130px - 75px);
max-height: calc(100vh - 130px - 35px);
overflow-y: auto;
a {
@@ -190,10 +190,17 @@ body {
.nav-pills .nav-link.active {
background-color: transparent;
color: #006cb7;
color: v.$navigation-maincolor;
font-weight: 700;
}
.nav-pills .nav-link:hover {
background-color: transparent;
color: v.$navigation-maincolor;
// font-weight: 700;
opacity: 0.8;
}
.help-subheader-title {
font-family: "Roboto";
font-style: normal;