Add September OSF contributions and add Open Collective profile

This commit is contained in:
Late Night Defender 2024-09-02 18:41:08 +07:00
parent 8a339c6411
commit 339d700a6c
2 changed files with 35 additions and 2 deletions

View file

@ -158,6 +158,10 @@ h1 {
min-height: 1.5cm;
}
.separator {
height: 1px;
}
.emojidecorations {
font-size: 16pt;
text-align: center;
@ -234,6 +238,10 @@ h1 {
.infocard {
background-color: #ffffff;
}
.separator {
background-color: rgba(237, 237, 237, 1);
}
}
@media (prefers-color-scheme: dark) {
@ -286,4 +294,8 @@ h1 {
.infocard {
background-color: #303030;
}
.separator {
background-color: #232323;
}
}