Skip to content

Commit 1f4964e

Browse files
Remove bulma box styling (#553)
1 parent 57b5e4a commit 1f4964e

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

assets/theme-css/bulma.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
22
.block:not(:last-child),
3-
.box:not(:last-child),
43
.content:not(:last-child),
54
.title:not(:last-child) {
65
margin-bottom: 1.5rem;
@@ -29,27 +28,6 @@ span {
2928
font-style: inherit;
3029
font-weight: inherit;
3130
}
32-
.box {
33-
background-color: #fff;
34-
border-radius: 6px;
35-
box-shadow:
36-
0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
37-
0 0 0 1px rgba(10, 10, 10, 0.02);
38-
color: #4a4a4a;
39-
display: block;
40-
padding: 1.25rem;
41-
}
42-
a.box:focus,
43-
a.box:hover {
44-
box-shadow:
45-
0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
46-
0 0 0 1px #485fc7;
47-
}
48-
a.box:active {
49-
box-shadow:
50-
inset 0 1px 2px rgba(10, 10, 10, 0.2),
51-
0 0 0 1px #485fc7;
52-
}
5331
.container {
5432
flex-grow: 1;
5533
margin: 0 auto;

0 commit comments

Comments
 (0)