Added new features
This commit is contained in:
@@ -21,6 +21,18 @@
|
||||
border: 0.5px solid #8187ff;
|
||||
cursor: pointer;
|
||||
}
|
||||
.title > div:hover {
|
||||
border-radius: 100px;
|
||||
border: 0.5px solid #959aff;
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgba(149, 154, 255, 0.25) 0%,
|
||||
rgba(88, 91, 151, 0.25) 100%
|
||||
);
|
||||
}
|
||||
.title > div:hover path {
|
||||
stroke: white;
|
||||
}
|
||||
.title > p {
|
||||
color: #d2d3e1;
|
||||
font-size: 24px;
|
||||
|
||||
Reference in New Issue
Block a user