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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalechiMLC <3054487172@qq.com>2020-05-14 18:40:54 +0300
committermalechiMLC <3054487172@qq.com>2020-05-14 18:40:54 +0300
commitd55c613f5e6e5208b296cc2beed270e728176f72 (patch)
tree40aa3157fc00c766f045ff0445c1d06c488c6b09 /assets/css
parent0ebb8b74d8f35ec4f65b87e75f27fa52e442b2b6 (diff)
feat: add new author page
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/markdown.css6
-rw-r--r--assets/css/tailwind.config.js9
2 files changed, 11 insertions, 4 deletions
diff --git a/assets/css/markdown.css b/assets/css/markdown.css
index 75ccc2d..05222d3 100644
--- a/assets/css/markdown.css
+++ b/assets/css/markdown.css
@@ -25,7 +25,7 @@
}
.markdown a {
- @apply text-blue-600 font-semibold;
+ @apply font-semibold;
}
.markdown strong a {
@@ -97,6 +97,6 @@
}
/* Override pygments style background color. */
-.markdown .highlight pre {
+/* .markdown .highlight pre {
@apply bg-gray-100 !important;
-}
+} */
diff --git a/assets/css/tailwind.config.js b/assets/css/tailwind.config.js
index dd6532c..2f2b890 100644
--- a/assets/css/tailwind.config.js
+++ b/assets/css/tailwind.config.js
@@ -1,6 +1,13 @@
module.exports = {
+ important: true,
theme: {
- extend: {}
+ extend: {
+ colors: {
+ primary: 'var(--color-primary)',
+ secondary: 'var(--color-secondary)',
+ tertiary: 'var(--color-tertiary)',
+ }
+ }
},
variants: {},
plugins: []