Skip to content

Commit 77ee382

Browse files
committed
default should pull from root
1 parent 7c33619 commit 77ee382

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

terminal/css/palettes/default.css

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
/*! terminal.css 0.7.4 | MIT License | github.com/Gioni06/terminal.css */
22

3-
:root {
4-
--global-font-size: 15px;
5-
--global-line-height: 1.4em;
6-
--global-space: 10px;
7-
--font-stack: "Menlo", "Monaco", "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", serif;
8-
--mono-font-stack: "Menlo", "Monaco", "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", serif;
9-
--background-color: #fff;
10-
--page-width: 60em;
11-
--font-color: #151515;
12-
--invert-font-color: #fff;
13-
--primary-color: #1a95e0;
14-
--secondary-color: #727578;
15-
--error-color: #d20962;
16-
--progress-bar-background: #727578;
17-
--progress-bar-fill: #151515;
18-
--code-bg-color: #e8eff2;
19-
--input-style: solid;
20-
--display-h1-decoration: none;
21-
--block-background-color: var(--background-color);
22-
}
3+
4+
/* this document is intentionally left empty. for root configuration see terminal/css/terminal.css */

0 commit comments

Comments
 (0)