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:
authorWang Chucheng <ccwangchn@gmail.com>2020-05-16 05:39:00 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-16 05:39:00 +0300
commite06460ac9d0802f98d7370598c893d97e5080729 (patch)
tree8f7a324dbe06f8b79a9ad611bdb60b87bb92c44c /assets/css
parent802c3359905b1209d19ffaf8a7ed2ec2df4691d1 (diff)
parentf4311ec8076486664c64f571ada4a00b83682efe (diff)
Merge branch 'master' of github.com:wangchucheng/hugo-eureka
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/base.css2
-rw-r--r--assets/css/site.css4
-rw-r--r--assets/css/styles.css2
3 files changed, 5 insertions, 3 deletions
diff --git a/assets/css/base.css b/assets/css/base.css
index 9fc2705..cde8c5e 100644
--- a/assets/css/base.css
+++ b/assets/css/base.css
@@ -17,4 +17,4 @@
--color-primary-text: rgba(255,255,255,0.85);
--color-secondary-text: rgba(255,255,255,0.65);
--color-tertiary-text: rgba(255,255,255,0.45);
-} \ No newline at end of file
+}
diff --git a/assets/css/site.css b/assets/css/site.css
index 23ada0c..9057a46 100644
--- a/assets/css/site.css
+++ b/assets/css/site.css
@@ -33,4 +33,8 @@
.sticky-toc li > p + p {
@apply mt-6;
+}
+
+.object-contain {
+ object-fit: contain !important;
} \ No newline at end of file
diff --git a/assets/css/styles.css b/assets/css/styles.css
index 73a4e0b..9531157 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -1,8 +1,6 @@
/* Tailwind base - put variables under: tailwind.config.js */
@import "node_modules/tailwindcss/base";
-
@import "assets/css/base";
-
/* Tailwind component classes registered by plugins*/
@import "node_modules/tailwindcss/components";
/* Site Specific */