diff options
| -rw-r--r-- | _layouts/base.html | 4 | ||||
| -rw-r--r-- | index.html | 2 |
2 files changed, 4 insertions, 2 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; } |
| @@ -5,7 +5,7 @@ layout: index | |||
| 5 | <p><i>You do not learn by relaxing. You learn by violently assaulting your problem | 5 | <p><i>You do not learn by relaxing. You learn by violently assaulting your problem |
| 6 | until it surrenders its mysteries to you.</i></p> | 6 | until it surrenders its mysteries to you.</i></p> |
| 7 | 7 | ||
| 8 | <a style="border-radius:3px;max-width:650px;display:inline-block;background:blue;color:white;padding:1em;" href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank"> | 8 | <a style="max-width:650px;display:inline-block;background:blue;color:white;padding:1em;" href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank"> |
| 9 | <strong>Latest experiment:</strong> Examine graphical representations of | 9 | <strong>Latest experiment:</strong> Examine graphical representations of |
| 10 | binary files using diagrams that illustrate connections between pairs of bytes | 10 | binary files using diagrams that illustrate connections between pairs of bytes |
| 11 | (digraphs) and triplets of bytes (trigraphs). | 11 | (digraphs) and triplets of bytes (trigraphs). |
