2024-10-17 08:18:42 +05:30
|
|
|
|
2024-07-23 16:25:11 +08:00
|
|
|
.dark {
|
|
|
|
|
--rp-c-text-1: rgba(255, 255, 255, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
--rp-c-text-1: #000;
|
|
|
|
|
--rp-code-block-bg: #efefef;
|
2024-10-17 08:18:42 +05:30
|
|
|
--rp-c-text-code: #2d4956;
|
2024-07-23 16:25:11 +08:00
|
|
|
--rp-home-feature-bg: #F1F1f1;
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-17 08:18:42 +05:30
|
|
|
/* Footer styles */
|
|
|
|
|
.footer {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
color: #333;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer::before,
|
|
|
|
|
.footer::after {
|
|
|
|
|
content: none;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-content {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 15px;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-logo {
|
|
|
|
|
width: 40px;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-text {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #333;
|
|
|
|
|
border: none;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
2024-07-23 16:25:11 +08:00
|
|
|
.md\:text-6xl {
|
2024-10-17 08:18:42 +05:30
|
|
|
font-size: 3.3rem;
|
|
|
|
|
line-height: 1;
|
2024-07-23 16:25:11 +08:00
|
|
|
}
|
2024-10-17 08:18:42 +05:30
|
|
|
|
|
|
|
|
.footer-content {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-logo {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-bottom {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
}
|