Added openring CSS

This commit is contained in:
2021-04-04 13:12:10 +02:00
parent a5afb54bf6
commit 1f4639ef98
2 changed files with 19 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
.content {
background: #121212;
box-shadow: 0 0.7rem 2.3rem 0 rgba(255,255,255,0.3);
}
.card-container {
@@ -47,4 +48,12 @@
background: #121212;
color: white;
}
footer h3 {
color: white;
}
.webring {
background-color: #121212;
}
}