File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,33 @@ body {
22
22
}/* Main container enhancements */
23
23
# main-container {
24
24
background-color : # 20232a ;
25
- padding : 40px ;
25
+ padding .typing-area ::placeholder {
26
+ color : # 8b97a8 ;
27
+ opacity : 0.7 ;
28
+ font-style : italic;
29
+ transition : opacity 0.3s ease;
30
+ }
31
+
32
+ .typing-area {
33
+ background-color : # 384150 ;
34
+ color : # e3e7ed ;
35
+ border : 1px solid # 66a5ad ;
36
+ padding : 15px ;
37
+ border-radius : 8px ;
38
+ font-size : 16px ;
39
+ width : 100% ;
40
+ box-sizing : border-box;
41
+ }
42
+
43
+ .typing-area : focus {
44
+ border-color : # 80cbc4 ;
45
+ outline : none;
46
+ box-shadow : 0 0 5px rgba (102 , 165 , 173 , 0.3 );
47
+ }
48
+
49
+ .typing-area : focus ::placeholder {
50
+ opacity : 0.4 ;
51
+ }: 40px;
26
52
bor der- radius: 15px;
27
53
box- shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
28
54
margin: 20px auto ;
You can’t perform that action at this time.
0 commit comments