Old Card Color is back
This commit is contained in:
parent
2f18efd89f
commit
ad0d070a86
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#card {
|
#card {
|
||||||
background-color: rgb(15, 5, 80);
|
background-color: rgb(75, 25, 100);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border: 2px white solid;
|
border: 2px white solid;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
|
@ -19,6 +19,7 @@
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animatedTitle {
|
.animatedTitle {
|
||||||
|
|
Loading…
Reference in a new issue