diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 01:18:06 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 01:18:06 +0300 |
commit | edaeaf08b8750e8278b18484ff8e0aa180fe3fab (patch) | |
tree | 9a32a03659d396a82c83a1eaca1d19c00a21718d /_scss/base/_highlight.scss | |
parent | 6ff06a6e0eb6824925bb058ef465f2713f0b315b (diff) | |
download | popov.link-edaeaf08b8750e8278b18484ff8e0aa180fe3fab.tar.xz popov.link-edaeaf08b8750e8278b18484ff8e0aa180fe3fab.zip |
Moved actual theme
Diffstat (limited to '_scss/base/_highlight.scss')
-rw-r--r-- | _scss/base/_highlight.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/_scss/base/_highlight.scss b/_scss/base/_highlight.scss deleted file mode 100644 index c3cf783..0000000 --- a/_scss/base/_highlight.scss +++ /dev/null @@ -1,4 +0,0 @@ -$color00: rgb(255, 0, 0); -$color01: rgb(255, 255, 204); - -@import 'highlight/main'; |