mvaloatto commited on
Commit
2c87d41
1 Parent(s): dd320d9

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +2 -2
styles.css CHANGED
@@ -139,7 +139,7 @@ section::after {
139
  left: 0;
140
  z-index: -1;
141
  margin: -10px;
142
- background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
143
  }
144
 
145
  section::after {
@@ -189,7 +189,7 @@ section::after {
189
  .notes {
190
  padding: 32px;
191
  border-radius: 5px;
192
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
193
  background-color: #0d131f;
194
  position: relative;
195
  overflow: hidden;
 
139
  left: 0;
140
  z-index: -1;
141
  margin: -10px;
142
+ background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
143
  }
144
 
145
  section::after {
 
189
  .notes {
190
  padding: 32px;
191
  border-radius: 5px;
192
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
193
  background-color: #0d131f;
194
  position: relative;
195
  overflow: hidden;