Add September OSF contributions and add Open Collective profile
This commit is contained in:
parent
8a339c6411
commit
339d700a6c
2 changed files with 35 additions and 2 deletions
12
style.css
12
style.css
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue