Update CI #4

Closed
rgebee wants to merge 99 commits from ci-test into main
Showing only changes of commit bfb45585ed - Show all commits

View File

@@ -44,6 +44,8 @@ hr {
/* Navigation */
header {
background-color: var(--background-color);
padding-top: 4px;
padding-bottom: 4px;
}
nav {
@@ -58,13 +60,14 @@ nav {
nav li {
font-size: 1rem;
font-weight: bold;
padding: 3px 10px;
text-align: center;
}
/* Link effects */
nav li a {
text-decoration: none;
padding: 4px 8px;
transition: color 0.1s linear;
}
nav li a:hover {
@@ -74,6 +77,7 @@ nav li a:hover {
a {
color: var(--link-color);
transition: color 0.1s linear;
}
a:hover {