1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-07-06 03:46:39 +08:00

foxsen published a site update

This commit is contained in:
foxsen
2021-10-27 13:56:59 +00:00
parent 543a9ff965
commit 4c5f7e0a7c
229 changed files with 22406 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
div.sourceCode {
position: relative;
}
.copy-to-clipboard-button {
position: absolute;
right: 0;
top: 0;
visibility: hidden;
}
.copy-to-clipboard-button:focus {
outline: 0;
}
div.sourceCode:hover > .copy-to-clipboard-button {
visibility: visible;
}