Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/sass
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-05-17 11:56:58 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-05-18 15:15:49 +0300
commit9fc1ae18f8031128fe917d27ccb11f1eee773465 (patch)
treeb8186d3b83afbb8bd796eb9b912faab6b8208d5b /src/sass
parent1ce153b4097c9fcedef1758c74d16e2a06d8c9c2 (diff)
update readme and clean up
Diffstat (limited to 'src/sass')
-rw-r--r--src/sass/style.scss25
1 files changed, 14 insertions, 11 deletions
diff --git a/src/sass/style.scss b/src/sass/style.scss
index 6a38e53..56eee08 100644
--- a/src/sass/style.scss
+++ b/src/sass/style.scss
@@ -65,19 +65,20 @@ hr {
// padding: 0 0.5em; /* size of background color knockout */
// }
hr.double-line {
- border-top: 3px double theme('colors.eucalyptus.400');
+ border-top: 3px double theme('colors.eucalyptus.400');
text-align: center;
border-bottom: none;
}
+
hr.double-line:after {
- content: '\2767';
- display: inline-block;
- position: relative;
- top: -27px;
- padding: 0 10px;
- background: theme("colors.gray.100");
- color: theme('colors.eucalyptus.400');
- font-size: 30px;
+ content: '\2767';
+ display: inline-block;
+ position: relative;
+ top: -27px;
+ padding: 0 10px;
+ background: theme("colors.gray.100");
+ color: theme('colors.eucalyptus.400');
+ font-size: 30px;
}
a:not(.icon) {
@@ -103,8 +104,10 @@ a {
color: theme('colors.java.500');
}
}
+
.a-gray a {
@apply text-gray-600;
+
&:hover,
&:focus {
color: theme('colors.gray.400');
@@ -286,8 +289,8 @@ a {
font-style: normal;
font-display: swap;
// src: url("/fonts/qiji.woff2")
- src: url("/fonts/杨任东竹石体-Light.woff2");
- src: url("/fonts/杨任东竹石体-Light.woff")
+ src: url("/fonts/杨任东竹石体-Light.woff2") format('woff2'),
+ url("/fonts/杨任东竹石体-Light.woff") format('woff');
}
/* noto-serif-sc-300 - latin_chinese-simplified */