diff --git a/_layouts/main.html b/_layouts/main.html index 1ca37ef..33243b5 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -15,6 +15,6 @@ {{ item.name }} {% endfor %} -

{{ page.title }}

+

{{ page.title }}

\ No newline at end of file diff --git a/assets/css/styles.scss b/assets/css/styles.scss index a7abba0..0fa88ae 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -10,5 +10,18 @@ body { } a { - @apply underline text-blue-600 hover:text-blue-800 visited:text-purple-600 - } \ No newline at end of file + text-decoration-line: underline; + color: rgb(37 99 235); +} + +a:hover { + color: rgb(30 64 175); +} + +a:visited { + color: rgb(147 51 234); +} + +body { + padding: 5px; +} \ No newline at end of file diff --git a/blog.html b/blog.html index 858d5b2..f2482bb 100644 --- a/blog.html +++ b/blog.html @@ -13,14 +13,13 @@ + - - - \ No newline at end of file + \ No newline at end of file diff --git a/index.html b/index.html index 5ec9b6b..ac22fd6 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,6 @@ -

We are SnarpleDev, a [ficticional] company building products like Voyager and Snazzle.

+

We are SnarpleDev, a [ficticional] company building products like Voyager and Snazzle.

\ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..3f34012 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1 @@ +// Empty tailwind config file for activating highlight \ No newline at end of file