Skip to content

Commit 02abd1f

Browse files
committed
Remove bulma colors
1 parent 86e77c8 commit 02abd1f

1 file changed

Lines changed: 0 additions & 41 deletions

File tree

assets/theme-css/bulma.css

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ a.box:active {
223223
display: flex;
224224
flex-shrink: 0;
225225
}
226-
.navbar-brand a.navbar-item:focus,
227-
.navbar-brand a.navbar-item:hover {
228-
background-color: transparent;
229-
}
230226
.navbar-burger {
231227
-moz-appearance: none;
232228
-webkit-appearance: none;
@@ -258,9 +254,6 @@ a.box:active {
258254
.navbar-burger span:nth-child(3) {
259255
top: calc(50% + 4px);
260256
}
261-
.navbar-burger:hover {
262-
background-color: rgba(0, 0, 0, 0.05);
263-
}
264257
.navbar-burger.is-active span:first-child {
265258
transform: translateY(5px) rotate(45deg);
266259
}
@@ -275,7 +268,6 @@ a.box:active {
275268
}
276269
.navbar-item,
277270
.navbar-link {
278-
color: #4a4a4a;
279271
display: block;
280272
line-height: 1.5;
281273
padding: 0.5rem 0.75rem;
@@ -290,17 +282,6 @@ a.box:active {
290282
a.navbar-item {
291283
cursor: pointer;
292284
}
293-
.navbar-link.is-active,
294-
.navbar-link:focus,
295-
.navbar-link:focus-within,
296-
.navbar-link:hover,
297-
a.navbar-item.is-active,
298-
a.navbar-item:focus,
299-
a.navbar-item:focus-within,
300-
a.navbar-item:hover {
301-
background-color: #fafafa;
302-
color: #485fc7;
303-
}
304285
.navbar-item {
305286
flex-grow: 0;
306287
flex-shrink: 0;
@@ -353,15 +334,6 @@ a.navbar-item:hover {
353334
.navbar {
354335
min-height: 3.25rem;
355336
}
356-
.navbar-dropdown a.navbar-item:focus,
357-
.navbar-dropdown a.navbar-item:hover {
358-
background-color: #f5f5f5;
359-
color: #0a0a0a;
360-
}
361-
.navbar-dropdown a.navbar-item.is-active {
362-
background-color: #f5f5f5;
363-
color: #485fc7;
364-
}
365337
.navbar-burger {
366338
display: none;
367339
}
@@ -416,17 +388,4 @@ a.navbar-item:hover {
416388
.navbar > .container .navbar-menu {
417389
margin-right: -0.75rem;
418390
}
419-
.navbar-link.is-active,
420-
a.navbar-item.is-active {
421-
color: #0a0a0a;
422-
}
423-
.navbar-link.is-active:not(:focus):not(:hover),
424-
a.navbar-item.is-active:not(:focus):not(:hover) {
425-
background-color: transparent;
426-
}
427-
.navbar-item.has-dropdown.is-active .navbar-link,
428-
.navbar-item.has-dropdown:focus .navbar-link,
429-
.navbar-item.has-dropdown:hover .navbar-link {
430-
background-color: #fafafa;
431-
}
432391
}

0 commit comments

Comments
 (0)