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:
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