This commit is contained in:
Ludvík Prokopec 2022-10-23 11:09:06 +02:00
parent b0ec1dde57
commit 3a0c67c5dc
1 changed files with 3 additions and 3 deletions

View File

@ -38,11 +38,11 @@
overflow: auto;
&.primary {
color: #110042;
background-color: rgba(150, 221, 255);
color: white;
background-color: rgb(66, 99, 235);
&:hover {
background-color: rgba(150, 221, 255, 0.8);
background-color: rgba(66, 99, 235, 0.8);
}
}