Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Sep 26, 2024
1 parent 71bf408 commit 3c0c19c
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
36 changes: 18 additions & 18 deletions css/jquery.terminal-src.css
Original file line number Diff line number Diff line change
Expand Up @@ -951,34 +951,34 @@ terminal .terminal-output > div {
* overwrite css variables that don't work with selection in Edge
*/
@property --color {
syntax: '<color>';
inherits: true;
initial-value: rgba(170, 170, 170, 0.99);
syntax: '<color>';
inherits: true;
initial-value: rgba(170, 170, 170, 0.99);
}
@property --background {
syntax: '<color>';
inherits: true;
initial-value: #000;
syntax: '<color>';
inherits: true;
initial-value: #000;
}
@property --link-color {
syntax: '<color>';
inherits: true;
initial-value: #3377FF;
syntax: '<color>';
inherits: true;
initial-value: #3377FF;
}
@property --size {
syntax: '<number>';
inherits: true;
initial-value: 1;
syntax: '<number>';
inherits: true;
initial-value: 1;
}
@property --padding {
syntax: '<number>';
inherits: true;
initial-value: 10;
syntax: '<number>';
inherits: true;
initial-value: 10;
}
@property --rows {
syntax: '<number> | auto';
inherits: true;
initial-value: auto;
syntax: '<number> | auto';
inherits: true;
initial-value: auto;
}
@supports (-ms-ime-align:auto) {
.terminal h1::selection,
Expand Down
38 changes: 19 additions & 19 deletions css/jquery.terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Thu, 26 Sep 2024 16:41:01 +0000
* Date: Thu, 26 Sep 2024 16:41:36 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd-prompt, .cmd-prompt div {
Expand Down Expand Up @@ -951,34 +951,34 @@ terminal .terminal-output > div {
* overwrite css variables that don't work with selection in Edge
*/
@property --color {
syntax: '<color>';
inherits: true;
initial-value: rgba(170, 170, 170, 0.99);
syntax: '<color>';
inherits: true;
initial-value: rgba(170, 170, 170, 0.99);
}
@property --background {
syntax: '<color>';
inherits: true;
initial-value: #000;
syntax: '<color>';
inherits: true;
initial-value: #000;
}
@property --link-color {
syntax: '<color>';
inherits: true;
initial-value: #3377FF;
syntax: '<color>';
inherits: true;
initial-value: #3377FF;
}
@property --size {
syntax: '<number>';
inherits: true;
initial-value: 1;
syntax: '<number>';
inherits: true;
initial-value: 1;
}
@property --padding {
syntax: '<number>';
inherits: true;
initial-value: 10;
syntax: '<number>';
inherits: true;
initial-value: 10;
}
@property --rows {
syntax: '<number> | auto';
inherits: true;
initial-value: auto;
syntax: '<number> | auto';
inherits: true;
initial-value: auto;
}
@supports (-ms-ime-align:auto) {
.terminal h1::selection,
Expand Down
Loading

0 comments on commit 3c0c19c

Please sign in to comment.