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 @@

{{ page.title }}

- Configure • - Usage • - Options • - Link Results + Configure • + Usage • + Options • + Link Results

diff --git a/src/html/index.html b/src/html/index.html index e5ec643..56b3f88 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -23,7 +23,7 @@

{ Mozilla Add-on Version GitHub Release Version - + Join Discord @@ -35,25 +35,25 @@

{ {% comment %}{% include alerts.html %}{% endcomment %}
- + Chrome - + Firefox - + Edge - + Opera - + Brave - + Chromium - + Yandex
@@ -73,42 +73,52 @@

{
  • Activate from Icon, Context Menu, or Keyboard Shortcuts
  • -

    To see more, view the Screen Shot Gallery.

    +

    To see more, view the Screen Shot Gallery.

    Install

    -

    +

    - 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.

    Support

    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.