Skip to content

Commit

Permalink
Build project
Browse files Browse the repository at this point in the history
  • Loading branch information
tpenguinltg committed Apr 23, 2020
1 parent 30bf569 commit 6569761
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/98.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/* Color */
/* Legacy variables for backwards compatibility */
--surface: rgb(192, 192, 192);
--button-highlight: rgb(255, 255, 255);
--dialog-blue: rgb(0, 0, 128);
--dialog-blue-light: rgb(16, 132, 208);
--link-blue: rgb(0, 0, 128);
Expand All @@ -19,7 +20,7 @@
--button-alternate-face: rgb(192, 192, 192);
--button-dk-shadow: rgb(0, 0, 0);
--button-face: var(--surface);
--button-hilight: rgb(255, 255, 255);
--button-hilight: var(--button-highlight);
--button-light: rgb(223, 223, 223);
--button-shadow: rgb(128, 128, 128);
--button-text: rgb(0, 0, 0);
Expand Down
3 changes: 2 additions & 1 deletion docs/98.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/* Color */
/* Legacy variables for backwards compatibility */
--surface: rgb(192, 192, 192);
--button-highlight: rgb(255, 255, 255);
--dialog-blue: rgb(0, 0, 128);
--dialog-blue-light: rgb(16, 132, 208);
--link-blue: rgb(0, 0, 128);
Expand All @@ -19,7 +20,7 @@
--button-alternate-face: rgb(192, 192, 192);
--button-dk-shadow: rgb(0, 0, 0);
--button-face: var(--surface);
--button-hilight: rgb(255, 255, 255);
--button-hilight: var(--button-highlight);
--button-light: rgb(223, 223, 223);
--button-shadow: rgb(128, 128, 128);
--button-text: rgb(0, 0, 0);
Expand Down

0 comments on commit 6569761

Please sign in to comment.