fix: additional scrollbar styles
This commit is contained in:
parent
aec92eeb89
commit
e585158dea
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
{%- capture fullUrl %}{{ site.url }}{{ page.url }}{% endcapture -%}
|
{%- capture fullUrl %}{{ site.url }}{{ page.url }}{% endcapture -%}
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<!--suppress JSUnresolvedLibraryURL -->
|
<html
|
||||||
<html lang="en">
|
class="scrollbar-thin scrollbar-thumb-purple-500 scrollbar-track-purple-100"
|
||||||
|
lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
{% if title %}
|
{% if title %}
|
||||||
|
|
Reference in a new issue