Update CI #4

Closed
rgebee wants to merge 99 commits from ci-test into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ed198c2365 - Show all commits

View File

@ -5,7 +5,7 @@
--header-color: #202225;
--headings-color: #ffffff;
--font-color: #ffffff;
--border-color: #ffffff;
--border-color: #141414;
--line-color: #ffffff;
--link-color: #CC99FF;
--link-color-hover: #ffffff;
@ -89,10 +89,10 @@ a:hover {
.overlay {
background-size: cover;
background-position: center;
border-bottom: 2px solid var(--border-color);
border-top: 2px solid var(--border-color);
border-bottom: 4px solid var(--border-color);
display: flex;
min-height: 200px;
height: 200px;
text-align: center;
align-items: center;
justify-content: center;

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB