Skip to content

Commit 9cdc74b

Browse files
authored
fix: tiny CSS fix (#21)
* fix: tiny CSS fix * fix: fix hover
1 parent 9c0bd76 commit 9cdc74b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/css/f5-hugo.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
border-color: #272822;
1414
border: 1px solid;
1515
border-radius: 4px 4px 0px 0px;
16+
border-bottom: 0px;
1617
display: block;
1718
margin-left: auto;
1819
margin-right: 0;
@@ -27,6 +28,7 @@
2728
color: #ffffff;
2829
border-color: #272822!important;
2930
border: 1px solid;
31+
border-bottom: 0px;
3032
}
3133

3234
.code-copy:focus {

0 commit comments

Comments
 (0)