Keiraj commited on
Commit
7d349e2
·
verified ·
1 Parent(s): 9fbe495

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -3
style.css CHANGED
@@ -30,7 +30,7 @@ html, body {
30
  border: 2px solid #ff69b4 !important; /* Barbie pink border */
31
  background-color: white !important;
32
  padding: 8px;
33
- color: #ff1493 !important;
34
  }
35
 
36
  /* Cute Buttons */
@@ -58,7 +58,8 @@ button:hover {
58
  text-shadow: 2px 2px 5px rgba(255, 20, 147, 0.5);
59
  }
60
 
61
- /* Cute Animation */
 
62
  @keyframes sparkle {
63
  0% { transform: scale(1); }
64
  50% { transform: scale(1.1); }
@@ -70,7 +71,7 @@ button:hover {
70
  animation: sparkle 1s infinite;
71
  }
72
 
73
- /* Responsive Tweaks */
74
  @media (max-width: 768px) {
75
  .title {
76
  font-size: 28px;
@@ -80,3 +81,4 @@ button:hover {
80
  font-size: 20px;
81
  }
82
  }
 
 
30
  border: 2px solid #ff69b4 !important; /* Barbie pink border */
31
  background-color: white !important;
32
  padding: 8px;
33
+ color: #8f6c91 !important;
34
  }
35
 
36
  /* Cute Buttons */
 
58
  text-shadow: 2px 2px 5px rgba(255, 20, 147, 0.5);
59
  }
60
 
61
+ /**
62
+
63
  @keyframes sparkle {
64
  0% { transform: scale(1); }
65
  50% { transform: scale(1.1); }
 
71
  animation: sparkle 1s infinite;
72
  }
73
 
74
+
75
  @media (max-width: 768px) {
76
  .title {
77
  font-size: 28px;
 
81
  font-size: 20px;
82
  }
83
  }
84
+ **/