mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-26 08:17:49 +01:00
product-list.html - Changed Products Card Background color and text color
This commit is contained in:
parent
7893865778
commit
979e6f67b0
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
|||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
}
|
||||
.card {
|
||||
border-radius: 20px;
|
||||
background-color: #212226;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue