遵循设置主题色
This commit is contained in:
+8
-8
@@ -2774,7 +2774,7 @@ margin:0 !important
|
||||
font-size: 20px;
|
||||
font-family: cursive;
|
||||
font-weight: 400;
|
||||
color: #A0DAD0;
|
||||
color: var(--theme-skin, #A0DAD0);
|
||||
margin-left: 30px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
@@ -2805,7 +2805,7 @@ span.time {
|
||||
.ar-time i {
|
||||
padding: 10px;
|
||||
border-radius: 100px;
|
||||
background: #A0DAD0;
|
||||
background: var(--theme-skin, #A0DAD0);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -2835,7 +2835,7 @@ span.time {
|
||||
span.ar-circle {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
background: #A0DAD0;
|
||||
background: var(--theme-skin, #A0DAD0);
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: -5px;
|
||||
@@ -2906,7 +2906,7 @@ header.page-header {
|
||||
}
|
||||
|
||||
span.sitename {
|
||||
color: #A0DAD0;
|
||||
color: var(--theme-skin, #A0DAD0);
|
||||
padding-bottom: 10px;
|
||||
display: block;
|
||||
-webkit-transition: all .3s;
|
||||
@@ -2931,13 +2931,13 @@ span.sitename {
|
||||
font-weight: 400;
|
||||
color: #6D6D6D;
|
||||
padding-left: 10px;
|
||||
border-left: 3px solid #A0DAD0;
|
||||
border-left: 3px solid var(--theme-skin, #A0DAD0);
|
||||
margin: 15px 0 20px;
|
||||
}
|
||||
|
||||
.links ul li:before {
|
||||
content: "";
|
||||
background-color: #A0DAD0;
|
||||
background-color: var(--theme-skin, #A0DAD0);
|
||||
-webkit-transform: skew(45deg, 0);
|
||||
transform: skew(45deg, 0);
|
||||
width: 0;
|
||||
@@ -2952,7 +2952,7 @@ span.sitename {
|
||||
|
||||
.links ul li:hover {
|
||||
color: #27323A;
|
||||
border: 1px solid #A0DAD0;
|
||||
border: 1px solid var(--theme-skin, #A0DAD0);
|
||||
}
|
||||
|
||||
.links ul li:hover:before {
|
||||
@@ -5556,7 +5556,7 @@ i.iconfont.icon-download {
|
||||
}
|
||||
|
||||
.links ul li:hover .sitename {
|
||||
color: #A0DAD0;
|
||||
color: var(--theme-skin, #A0DAD0);
|
||||
}
|
||||
|
||||
.links ul li:hover .linkdes {
|
||||
|
||||
Reference in New Issue
Block a user