Alleinzellgaenger commited on
Commit
3e952bc
·
1 Parent(s): 314207d

Make style changes

Browse files
Files changed (1) hide show
  1. frontend/styles.css +4 -4
frontend/styles.css CHANGED
@@ -44,10 +44,9 @@ header h1 {
44
  /* The aside on the right can be used or left empty */
45
  .container aside {
46
  width: 25%;
47
- border-left: 1px solid #ddd;
48
  padding: 2rem;
49
  box-sizing: border-box;
50
- background-color: #fafafa;
51
  }
52
 
53
  /* ABOUT / DEEP GAZE SECTIONS */
@@ -98,11 +97,12 @@ header h1 {
98
  textarea {
99
  width: 100%;
100
  max-width: 100%;
101
- border: 1px solid #ccc;
102
- border-radius: 4px;
103
  font-size: 1rem;
104
  padding: 0.5rem;
105
  margin-bottom: 1rem;
 
 
 
106
  }
107
 
108
  textarea::placeholder {
 
44
  /* The aside on the right can be used or left empty */
45
  .container aside {
46
  width: 25%;
 
47
  padding: 2rem;
48
  box-sizing: border-box;
49
+ background-color: #fffff8;
50
  }
51
 
52
  /* ABOUT / DEEP GAZE SECTIONS */
 
97
  textarea {
98
  width: 100%;
99
  max-width: 100%;
 
 
100
  font-size: 1rem;
101
  padding: 0.5rem;
102
  margin-bottom: 1rem;
103
+ font-family: 'Roboto', sans-serif;
104
+ background-color: #cfcfc7;
105
+ filter: drop-shadow(16px 16px);
106
  }
107
 
108
  textarea::placeholder {