Skip to content

Commit cf71e5d

Browse files
committed
Merge pull request summerblue#2 from carc1n0gen/gh-pages
Make filter buttons act more like buttons
2 parents 010c37f + 6ff98b9 commit cf71e5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/css/page.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ ul {
156156
}
157157
ul.sidebar-menu li {
158158
float: left;
159-
border-radius: 4px;
160-
border: 1px solid #ffa0a0;
161-
padding: 2px 4px;
162159
margin: 3px;
163160
font-size: 13px;
164161
}
@@ -187,6 +184,9 @@ li.social-icon a:hover {
187184
}
188185
.sidebar-menu a {
189186
color: #ffa0a0;
187+
border-radius: 4px;
188+
border: 1px solid #ffa0a0;
189+
padding: 2px 4px;
190190
}
191191
.sidebar-menu a.active-link {
192192
color: #F7332D;

0 commit comments

Comments
 (0)