diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/base.html b/_layouts/base.html index a4d316e..c652e54 100644 --- a/_layouts/base.html +++ b/_layouts/base.html | |||
| @@ -158,7 +158,9 @@ | |||
| 158 | margin: 0!important; | 158 | margin: 0!important; |
| 159 | } | 159 | } |
| 160 | 160 | ||
| 161 | audio::-webkit-media-controls-enclosure { } | 161 | audio::-webkit-media-controls-enclosure { |
| 162 | border-radius: 0; | ||
| 163 | } | ||
| 162 | 164 | ||
| 163 | .highlight .hll { background-color: #ffffcc } | 165 | .highlight .hll { background-color: #ffffcc } |
| 164 | .highlight { background: #ffffff; } | 166 | .highlight { background: #ffffff; } |
