diff --git a/.resources/styles/theme_light.css b/.resources/styles/theme_light.css index 30dce2d..ae49719 100644 --- a/.resources/styles/theme_light.css +++ b/.resources/styles/theme_light.css @@ -6,7 +6,7 @@ } /* Increased accessibility */ -.sdev-header__text-highlight { +.sdev__text-highlight { text-decoration: underline !important; } .sdev-header__nav-link:hover { diff --git a/.templates/header/README.md b/.templates/header/README.md index 866c6ff..c9bf21b 100644 --- a/.templates/header/README.md +++ b/.templates/header/README.md @@ -3,6 +3,7 @@ This template is used for creating a website header at the top of my webpages. ## Usage To use this template, place the following code in the header of your HTML file: + ```html ``` diff --git a/.templates/header/header.css b/.templates/header/header.css index 3b639ad..f9143a0 100644 --- a/.templates/header/header.css +++ b/.templates/header/header.css @@ -12,18 +12,6 @@ --sdev-header__theme-transition: var(--theme-transition, 0.25s); } -/* Overriding Classes */ -.sdev-header__text-highlight { - /* Text */ - color: var(--text-highlight) !important; - - /* Cursor */ - cursor: default !important; - - /* Transition */ - transition: var(--sdev-header__theme-transition) !important; -} - /* Box Classes */ .sdev-header__padded-row-list { /* Geometry */ diff --git a/.templates/header/header.html b/.templates/header/header.html index d5e0956..beee111 100644 --- a/.templates/header/header.html +++ b/.templates/header/header.html @@ -41,6 +41,7 @@ + @@ -56,7 +57,7 @@
- Logo + Logo