You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .doracc-footer {
- text-align: center;
- font-size: 14px;
- color: #666;
- padding-bottom: 20px;
- border-top: 1px solid #eee;
- padding-top: 20px;
- }
-
- .giscus {
- /* 顶部边距50px */
- padding-top: 50px;
- }
-
- .rspress-home-hero-image {
- max-width: 260px;
- /* margin-bottom: 80px; */
- }
-
- .author {
- color: var(--rp-c-link);
- font-weight: 500;
- transition: color .25s;
- }
- .author:after {
- content: "↗";
- margin-left: .2em;
- margin-right: .1em;
- font-size: .7em;
- font-weight: 700;
- transition: transform .2s;
- display: inline-block;
- transform: translate(0, -.3em);
- }
-
- @media (min-width: 768px) {
- .md\:rp-text-6xl {
- font-size: 2.50rem;
- line-height: 1;
- }
- }
|