mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Font family needed for textarea
This commit is contained in:
@@ -25,7 +25,7 @@ body {overflow: hidden;
|
||||
|
||||
h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px}
|
||||
a {color: #fff; text-decoration: none}
|
||||
input, textarea {padding: 4px; border: 1px solid #555; background-color: #444; color: #fff}
|
||||
input, textarea {font-family: arial, verdana, helvetica, sans-serif; padding: 4px; border: 1px solid #555; background-color: #444; color: #fff}
|
||||
input:focus, textarea:focus {
|
||||
outline: none;
|
||||
-webkit-box-shadow: 0 0 10px 1px rgba(0,198,255,0.7);
|
||||
|
||||
Reference in New Issue
Block a user