GarGerry commited on
Commit
46aca7e
·
verified ·
1 Parent(s): 87ddc0d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -3
style.css CHANGED
@@ -125,17 +125,20 @@ footer {
125
  text-align: center;
126
  margin-top: 20px;
127
  font-size: 14px;
128
- color: rgba(255, 255, 255, 0.8);
 
 
129
  }
130
 
131
  footer p {
132
  margin: 5px 0;
133
- color: #ddd;
134
  }
135
 
136
  footer a {
137
- color: #87cefa;
138
  text-decoration: none;
 
139
  }
140
 
141
  footer a:hover {
 
125
  text-align: center;
126
  margin-top: 20px;
127
  font-size: 14px;
128
+ color: #000; /* Warna hitam untuk teks */
129
+ background-color: transparent; /* Transparan untuk melihat latar belakang */
130
+ padding: 15px 10px;
131
  }
132
 
133
  footer p {
134
  margin: 5px 0;
135
+ color: #000; /* Warna teks tetap hitam */
136
  }
137
 
138
  footer a {
139
+ color: #000; /* Warna hitam untuk link */
140
  text-decoration: none;
141
+ font-weight: bold;
142
  }
143
 
144
  footer a:hover {