Skip to content

Commit c9e4fcf

Browse files
committed
[chore]: remove dead code
Signed-off-by: Dmitry Balashov <a.marcius26@gmail.com>
1 parent 6d88337 commit c9e4fcf

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.vitepress/theme/style/index.scss

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,5 @@
1-
//$iroha: #d0021b;
2-
//
3-
//$iroha-light-1: #d0021b;
4-
//$iroha-light-2: #FD2A43;
5-
//$iroha-light-3: #FEAAB4;
6-
//$iroha-light-soft: rgba(208, 2, 27, 0.14);
7-
//
8-
//$iroha-dark-1: #fd5568;
9-
//$iroha-dark-2: #fd2a43;
10-
//$iroha-dark-3: #d0021b;
11-
//$iroha-dark-soft: rgba(208, 2, 27, 0.16);
12-
13-
//$iroha-light-1: #d0021b;
14-
//$iroha-light-2: #fd2a43;
15-
//$iroha-light-3: #fd5568;
16-
//$iroha-light-soft: rgba(234, 6, 35, 0.14);
17-
//
18-
//$iroha-dark-1: #fd5568;
19-
//$iroha-dark-2: #fd2a43;
20-
//$iroha-dark-3: #d0021b;
21-
//$iroha-dark-soft: rgba(208, 2, 27, 0.16);
22-
231
:root {
242
--vp-font-family-mono: 'JetBrains Mono', 'Fira Code', Menlo, Monaco, Consolas, 'Courier New', monospace;
25-
26-
//--vp-c-brand-1: #{$iroha-light-1};
27-
//--vp-c-brand-2: #{$iroha-light-2};
28-
//--vp-c-brand-3: #{$iroha-light-3};
29-
//--vp-c-brand-soft: #{$iroha-light-soft};
30-
}
31-
32-
//.dark {
33-
// --vp-c-brand-1: #{$iroha-dark-1};
34-
// --vp-c-brand-2: #{$iroha-dark-2};
35-
// --vp-c-brand-3: #{$iroha-dark-3};
36-
// --vp-c-brand-soft: #{$iroha-dark-soft};
37-
//}
383
}
394

405
.vp-doc {

0 commit comments

Comments
 (0)