@@ -90,7 +90,7 @@ main aside { background: var(--color-primary) }
90
90
body , header ,
91
91
textarea , # auth { background : var (--color-secondary ) }
92
92
93
- a , p , button ,
93
+ a , p , button , # profile ,
94
94
textarea , .material-icons ,
95
95
# editor-actions select { color : var (--color-text ) }
96
96
@@ -109,27 +109,30 @@ a, p, button { font-family:var(--fontfamily-primary) }
109
109
textarea { font-family : var (--fontfamily-editor ) }
110
110
111
111
/* Font Size */
112
- header a , # auth p { font-size : var (--fontsize-logo ) }
112
+ header a , # auth p ,
113
+ # profile h1 { font-size : var (--fontsize-logo ) }
113
114
114
115
# auth button , textarea { font-size : var (--fontsize-text ) }
115
116
116
117
# auth a , # editor-actions p ,
117
- # editor-actions select { font-size : var (--fontsize-link ) }
118
+ # editor-actions select ,
119
+ # profile h2 { font-size : var (--fontsize-link ) }
118
120
119
121
.material-icons { font-size : var (--fontsize-icon ) }
120
122
121
123
.menu-button { font-size : var (--fontsize-menu-button ) }
122
124
123
125
/* Font Bold */
124
126
header a , .menu-button ,
125
- # editor-actions select { font-weight : var (--fontweight-bold ) }
127
+ # editor-actions select ,
128
+ # profile h1 { font-weight : var (--fontweight-bold ) }
126
129
127
130
/* Padding */
128
131
# auth p { padding-bottom : var (--padding-editor ) }
129
132
130
133
.menu-button { padding : var (--padding-button-alt ) }
131
134
132
- textarea { padding : var (--padding-editor ) }
135
+ textarea , # profile { padding : var (--padding-editor ) }
133
136
134
137
header a , .material-icons { padding : var (--padding-icon ) }
135
138
@@ -202,5 +205,7 @@ textarea {
202
205
203
206
# editor-actions p { margin-left : 8px }
204
207
208
+ # profile h1 { margin-bottom : 8px }
209
+
205
210
.menu-button { margin-left : 4px }
206
211
/* STYLES END*/
0 commit comments