diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-06-09 11:26:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 11:26:53 +0200 |
commit | c20dc8ceef3bff918670ac57a8576204c57e6d1d (patch) | |
tree | e5774fc47c89a6490ae4d716b426b33df084b45d | |
parent | Convert sendImageMtd and XYMini to SerialReadWrite (#230) (diff) | |
download | hack-gpon.github.io-c20dc8ceef3bff918670ac57a8576204c57e6d1d.tar hack-gpon.github.io-c20dc8ceef3bff918670ac57a8576204c57e6d1d.tar.gz hack-gpon.github.io-c20dc8ceef3bff918670ac57a8576204c57e6d1d.tar.bz2 hack-gpon.github.io-c20dc8ceef3bff918670ac57a8576204c57e6d1d.tar.lz hack-gpon.github.io-c20dc8ceef3bff918670ac57a8576204c57e6d1d.tar.xz hack-gpon.github.io-c20dc8ceef3bff918670ac57a8576204c57e6d1d.tar.zst hack-gpon.github.io-c20dc8ceef3bff918670ac57a8576204c57e6d1d.zip |
-rw-r--r-- | _layouts/default.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 2242e57..1d2837d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -46,6 +46,12 @@ layout: table_wrappers {% include icons/switch_color_scheme.html %} {% endif %} {% include icons/custom.html %} + <style> + .main-header, .site-header { + border-bottom: 1px solid #eeebee; + border-image: linear-gradient(90deg, white 0 7.69%, #ffa6b9 0 15.38%, #00d2ff 0 23.07%, #753000 0 30.76%, black 0 38.45%, #0000 0 46.14%, red 0 53.83%, orange 0 61.52%, yellow 0 76.9%, green 0 84.59%, blue 0 92.28%, indigo 0 100%) 10; + } + </style> </svg> <div class="side-bar"> |