mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Remove the style of span.exturl
This commit is contained in:
parent
8f56e35f44
commit
8b3cd82c0d
@ -98,7 +98,7 @@ $ cd hexo-site
|
||||
$ npm install hexo-theme-next@latest
|
||||
```
|
||||
|
||||
Or update to latest master branch:
|
||||
Or update to the latest master branch:
|
||||
|
||||
```sh
|
||||
$ cd themes/next
|
||||
|
||||
@ -98,7 +98,7 @@ $ cd hexo-site
|
||||
$ npm install hexo-theme-next@latest
|
||||
```
|
||||
|
||||
Or update to latest master branch:
|
||||
Or update to the latest master branch:
|
||||
|
||||
```sh
|
||||
$ cd themes/next
|
||||
|
||||
@ -85,7 +85,7 @@
|
||||
.post-title {
|
||||
display: inline;
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
border-bottom: 0;
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
border-bottom: 0;
|
||||
display: block;
|
||||
font-size: $font-size-smaller;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.links-of-author {
|
||||
a, span.exturl {
|
||||
a {
|
||||
font-size: $font-size-smaller;
|
||||
}
|
||||
|
||||
|
||||
@ -35,11 +35,9 @@ p {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
border-bottom: 1px solid $link-decoration-color;
|
||||
color: var(--link-color);
|
||||
// For spanned external links.
|
||||
cursor: pointer;
|
||||
outline: 0;
|
||||
text-decoration: none;
|
||||
word-wrap();
|
||||
|
||||
@ -77,7 +77,7 @@
|
||||
border-color: $note-modern-border[$type];
|
||||
color: $note-modern-text[$type];
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
&:not(.btn) {
|
||||
border-bottom-color: $note-modern-text[$type];
|
||||
color: $note-modern-text[$type];
|
||||
|
||||
@ -70,7 +70,7 @@ disable-user-select() {
|
||||
sidebar-inline-links-item() {
|
||||
margin: 5px 0 0;
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
border-radius: 2px;
|
||||
padding: 0 10px;
|
||||
transition-property: background;
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
border-bottom: 1px solid transparent;
|
||||
|
||||
+mobile() {
|
||||
|
||||
@ -40,7 +40,7 @@ if (hexo-config('sidebar.position') == 'right') {
|
||||
width: $sidebar-desktop;
|
||||
z-index: $zindex-2;
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
border-bottom-color: $black-light;
|
||||
color: $grey-dark;
|
||||
|
||||
@ -56,7 +56,7 @@ if (hexo-config('sidebar.position') == 'right') {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
border-bottom-color: $black-light;
|
||||
display: inline-block;
|
||||
margin-bottom: 10px;
|
||||
@ -83,7 +83,7 @@ if (hexo-config('sidebar.position') == 'right') {
|
||||
}
|
||||
padding: 2px 10px;
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
max-width: 280px;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
display: block;
|
||||
margin: 0;
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
padding: 5px 20px;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
border-bottom: 0;
|
||||
border-radius: 4px;
|
||||
display: block;
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
.menu-item {
|
||||
display: inline-block;
|
||||
|
||||
a, span.exturl {
|
||||
a {
|
||||
background: transparent;
|
||||
margin: 5px 10px;
|
||||
padding: initial;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user