yasirme commited on
Commit
267ef71
·
1 Parent(s): d763513

Improved Ui

Browse files
Files changed (1) hide show
  1. application/static/css/style.css +6 -8
application/static/css/style.css CHANGED
@@ -216,14 +216,15 @@ nav{
216
  }
217
  .ai p {
218
  opacity: 0.9;
219
- font-size: medium;
220
  font-weight: 300;
 
221
  line-height: 1.6;
222
- color: #c1c1c1;
223
  background-color: rgba(28, 28, 28, 0.5);
224
- padding: 10px;
225
  border-radius: 10px;
226
- border: 2px solid rgba(255,255,255,0.1)
 
227
  }
228
 
229
  .subHeading,.heading{
@@ -241,10 +242,7 @@ nav{
241
  background-color: rgba(119, 16, 238, 0.55);
242
  box-shadow: 6px 6px rgba(0, 0, 0, 0.5) ;
243
  }
244
- .boldText{
245
- color: rgb(181, 181, 181);
246
- font-family: 'Poppins';
247
- }
248
  code{
249
  border-radius: 15px;
250
  }
 
216
  }
217
  .ai p {
218
  opacity: 0.9;
 
219
  font-weight: 300;
220
+ font-size: medium;
221
  line-height: 1.6;
222
+ color: #c5c5c5;
223
  background-color: rgba(28, 28, 28, 0.5);
224
+ padding: 20px;
225
  border-radius: 10px;
226
+ border: 2px solid rgba(255,255,255,0.1);
227
+ font-family: 'Inter';
228
  }
229
 
230
  .subHeading,.heading{
 
242
  background-color: rgba(119, 16, 238, 0.55);
243
  box-shadow: 6px 6px rgba(0, 0, 0, 0.5) ;
244
  }
245
+
 
 
 
246
  code{
247
  border-radius: 15px;
248
  }