Skip to content

Commit

Permalink
Minor tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Oct 31, 2020
1 parent c5bd6a5 commit 3af9e02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.2
## Version 1.0.2 (Oct 31, 2020)

After being writing and reading for hours myself, I find a few tweaks needed to be made.

Expand All @@ -17,7 +17,9 @@ Hope you all like this update, and please feel free to give me feedbacks! Happy
+ Obisidian title bar's text had changed to Obsidianite blue, just to stay overall color sync.
+ Changed the color of file icon next to the file title, again to stay overall color sync.

## v1.0.1 (Oct 31, 2020)
---

## Version 1.0.1 (Oct 31, 2020)

### Bug fixes 🐛

Expand Down
Binary file modified images/demo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions obsidian.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
--background-secondary-alt: #0d0b12;
--text-normal: #bebebe;
--text-accent: #0db9d7;
--text-sub-accent: #fe66ce;
--text-sub-accent: #f4569d;
--text-dim: #45aaff;
--text-faint: #7aa2f7;
--text-title-h1: #cbdbe5;
Expand All @@ -74,7 +74,7 @@
--font-family-preview: 'Rubik';
--bg-sub-accent-35: rgba(14, 210, 247, 0.35);
--bg-accent-35: rgba(122, 162, 247, 0.9);
--text-highlight-bg: rgba(244, 86, 157, 0.15);
--text-highlight-bg: rgba(244, 86, 157, 0.25);
--background-modifier-border: rgba(14, 210, 247, 0.05);
--test-color: rgb(122, 162, 247);
}
Expand Down

0 comments on commit 3af9e02

Please sign in to comment.