Update index.html

This commit is contained in:
Tara Rostami 2024-02-22 22:47:50 +03:30 committed by GitHub
parent ce0c162e85
commit 7df57736ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,11 +22,11 @@
.dark .ant-card-hoverable:hover, .dark .ant-card-hoverable:hover,
.dark .ant-space-item > .ant-tabs:hover { .dark .ant-space-item > .ant-tabs:hover {
transform: scale(0.987); transform: scale(0.987);
border-color: #40434d; outline-color: #40434d;
} }
.dark .ant-card-bordered { .dark .ant-card-bordered {
border: 2px solid var(--dark-color-background); outline: 2px solid var(--dark-color-background);
} }
</style> </style>