Skip to content

Commit d70f0da

Browse files
author
carbonwallet
committed
Let's have a bit of text shadow.
1 parent 1338d9e commit d70f0da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/default.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ legend {
5050
font-size: 2em;
5151
text-align: center;
5252
color: white;
53+
text-shadow: -1px -1px 2px #000;
5354
}
5455

5556
#header h2 {
5657
font-size: 1.5em;
5758
text-align: center;
5859
color: white;
5960
padding-bottom: 20px;
61+
text-shadow: -1px -1px 2px #000;
6062
}
6163

6264
#form-well {

0 commit comments

Comments
 (0)