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

github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden X <caichao.xu@gmail.com>2020-08-23 17:59:31 +0300
committerAiden X <caichao.xu@gmail.com>2020-08-23 17:59:31 +0300
commit1cccd9bdb2dc20a165afa49f24ca4f278e79d5e9 (patch)
treee1ad52da37ad577d84d2dd8b127ff2ac299993d6 /assets/scss/_dark.scss
parent3a223545b912db31bd2cf46f2921e303edc296f5 (diff)
feat(*): use baseof page
Diffstat (limited to 'assets/scss/_dark.scss')
-rw-r--r--assets/scss/_dark.scss32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/scss/_dark.scss b/assets/scss/_dark.scss
new file mode 100644
index 0000000..3d28e9d
--- /dev/null
+++ b/assets/scss/_dark.scss
@@ -0,0 +1,32 @@
+
+.dark {
+ background: #16171c;
+
+ .icon-moon {
+ color: #ffbe00 !important;
+ }
+
+ .year {
+ color: #f0f0f0;
+ }
+
+ .post-right {
+ &:after {
+ background: #000;
+ }
+ }
+
+ .post-title, .single-title {
+ color: #d0d0d0;
+ }
+
+ .single-content {
+ color: #b0b0b0;
+ }
+
+ .is-active-li {
+ & > a {
+ color: #f0f0f0!important;
+ }
+ }
+} \ No newline at end of file