Skip to content

Commit

Permalink
Increase the text brightness and fix the text shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
kplachkov committed Aug 16, 2020
1 parent acf7168 commit 0a45d9c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![dmatrix](https://github.com/kplachkov/dmatrix/blob/master/img/matrix.gif?raw=true)
![dmatrix](https://github.com/kplachkov/dmatrix/blob/master/img/dmatrix.gif?raw=true)

#### __"The Matrix"__ code rain animation with custom text in the middle.

Expand Down
4 changes: 2 additions & 2 deletions css/dmatrix.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ canvas {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #00B400;
color: #00B700;
z-index: 1;
text-shadow: 3px 3px 3px #00FF00, 0 -2px 0 #00FF00, 0 4px 0 #00FF00, -2px 0 0 #00FF00;
text-shadow: -2px 2px 3px #22FF22, 2px -2px 3px #22FF22, 2px 2px 3px #22FF22, -2px -2px 3px #22FF22;
box-sizing: border-box;
font-weight: 700;
font-family: monospace;
Expand Down
Binary file added img/dmatrix.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/matrix.gif
Binary file not shown.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dmatrix",
"version": "0.3.1",
"version": "1.0.0",
"description": "The Matrix code rain animation with custom text in the middle.",
"homepage": "https://github.com/kplachkov/dmatrix",
"bugs": "https://github.com/kplachkov/dmatrix/issues",
Expand All @@ -16,14 +16,15 @@
},
"keywords": [
"matrix",
"dmatrix",
"code",
"rain",
"animation",
"effect",
"hack",
"logo",
"text"
"text",
"web",
"front-end"
],
"author": "Kostadin Plachkov",
"license": "Apache-2.0"
Expand Down

0 comments on commit 0a45d9c

Please sign in to comment.