Skip to content

Commit 8774023

Browse files
authored
style: color update
1 parent 1735d2c commit 8774023

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

css/style.css

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
body {
2121
margin: 1em;
2222
min-height: 100vh;
23-
background:#190200;
23+
background:#160301;
2424
background-attachment: fixed;
2525
background-position: center;
2626
}
@@ -102,9 +102,10 @@ h4 {
102102
border-radius: 10px;
103103
padding: 0.75rem;
104104
text-align: center;
105+
border:1px solid #ff691d;
105106
cursor: pointer;
106107
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25);
107-
background-color: #fff;
108+
background:transparent;
108109
}
109110

110111
.branch-card > div {
@@ -142,35 +143,35 @@ h4 {
142143
}
143144

144145
.color-content {
145-
color: #81b77d !important;
146+
color: #fff !important;
146147
}
147148

148149
.color-content-dark {
149-
color: #00BE7A !important;
150+
color: #fff !important;
150151
}
151152

152153
.color-programming {
153-
color: #78c8f4 !important;
154+
color: #fff !important;
154155
}
155156

156157
.color-programming-dark {
157-
color: #4D9ED5 !important;
158+
color: #fff !important;
158159
}
159160

160161
.color-designer {
161-
color: #f7c778 !important;
162+
color: #fff !important;
162163
}
163164

164165
.color-designer-dark {
165-
color: #FCBE4F !important;
166+
color: #fff !important;
166167
}
167168

168169
.color-marketing {
169-
color: #f797aa !important;
170+
color: #fff !important;
170171
}
171172

172173
.color-marketing-dark {
173-
color: #FA5C87 !important;
174+
color: #fff !important;
174175
}
175176

176177
.color-purple {

0 commit comments

Comments
 (0)