mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-09-10 12:25:24 +02:00
Update 2 files
- /assets/css/style.scss - /assets/js/main.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
---
|
||||
---
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
@@ -76,4 +76,27 @@ h6:hover .octicon {
|
||||
padding: 0;
|
||||
margin-left: -16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.highlight {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.highlight:hover button {
|
||||
opacity: 1
|
||||
}
|
||||
|
||||
div.highlight button {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 1rem;
|
||||
height: 2em;
|
||||
transition: all 0.2s ease-out
|
||||
}
|
||||
|
||||
div.highlight button:active,
|
||||
div.highlight button:focus,
|
||||
div.highlight button:hover {
|
||||
opacity: 1
|
||||
}
|
Reference in New Issue
Block a user