diff --git a/src/_layouts/default.html b/src/_layouts/default.html index efe06bd..0910a03 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -64,11 +64,11 @@
diff --git a/src/css/main.css b/src/css/main.css index 960b275..3183ff7 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -8,18 +8,6 @@ a { text-underline-offset: 0.125em; } -.link-default { - color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)); - /*text-decoration: underline;*/ - text-decoration-color: rgba(255, 255, 255, 0.4); -} - -.link-default:hover, -.link-default:focus { - color: var(--bs-link-hover-color-rgb); - text-decoration-color: rgba(255, 255, 255, 0.8); -} - .toast-container { max-width: 260px; width: 100%; @@ -48,3 +36,22 @@ a { margin-right: 0.3em; } } + +/* Grow */ +.hvr-grow-lg, +.hvr-grow { + display: inline-block; + vertical-align: middle; + transform: translateZ(0); + box-shadow: 0 0 1px rgba(0, 0, 0, 0); + backface-visibility: hidden; + -moz-osx-font-smoothing: grayscale; + transition-duration: 0.3s; + transition-property: transform; +} +.hvr-grow:hover { + transform: scale(1.1); +} +.hvr-grow-lg:hover { + transform: scale(1.2); +} diff --git a/src/html/docs.html b/src/html/docs.html index 40ab227..c1554ac 100644 --- a/src/html/docs.html +++ b/src/html/docs.html @@ -9,10 +9,10 @@- Configure • - Usage • - Options • - Link Results + Configure • + Usage • + Options • + Link Results
This is the default flags used when filtering links via quick filter or a saved filter. For more information read this document. + class="link-body-emphasis" target="_blank" rel="noopener">read this document.
- The Link Results Page utilizes + The Link Results Page utilizes DataTables.net to display, sort, page, and filter the results.
@@ -199,8 +199,8 @@For more information view the - README.md - on GitHub or join the Discord Server. + README.md + on GitHub or join the Discord Server.
To see more, view the Screen Shot Gallery.
+To see more, view the Screen Shot Gallery.
+
- Google Chrome Web Store
+ Google Chrome Web Store
- Mozilla Firefox Add-ons
+ Mozilla Firefox Add-ons
All Chromium based browsers can install the extension from the - Chrome Web Store. + Chrome Web Store.
Mobile browser support available for - Firefox and - Yandex. + Firefox and + Yandex.
For usage instructions, head over to the - Documentation. + Documentation.
If you find any bugs please
- Open an Issue.
+ Open an Issue.
+
If you have any ideas, suggestions, or requests; submit a
- Feature Request.
+ Feature Request.
+
You may also get support on the
- Discord Server.
+ Discord Server.
+
+ You can find additional apps on the + CSSNR Website + as well as submit + + General Feedback.