Skip to content

Commit d1fd9d6

Browse files
authored
transparent fonts
1 parent db356c3 commit d1fd9d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ textarea {
1919
}
2020

2121
#compare {
22-
color: red;
22+
color: rgba(255, 0, 0, 0.8);
2323
}
2424

2525
#original {
26-
color: blue;
26+
color: rgb(0, 0, 255, 0.8);
2727
}
2828

2929
#div-original, #original {

0 commit comments

Comments
 (0)