diff --git a/index.html b/index.html
index 84652ac..2cc5ce5 100644
--- a/index.html
+++ b/index.html
@@ -222,6 +222,15 @@
+
+
+
+
diff --git a/package.json b/package.json
index 09e967a..81208fd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@hibas123/theme",
- "version": "1.2.14",
+ "version": "1.2.15",
"description": "",
"main": " ",
"files": [
diff --git a/src/base/_header.scss b/src/base/_header.scss
index 5fd48af..46f539d 100644
--- a/src/base/_header.scss
+++ b/src/base/_header.scss
@@ -33,4 +33,20 @@
height: 2rem;
width: auto;
}
+
+ >a {
+ font-size: 1rem;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ padding: .5rem;
+ text-decoration: none;
+
+ &:hover {
+ filter: brightness(.95);
+ }
+
+ &:active {
+ filter: brightness(1.05);
+ }
+ }
}
\ No newline at end of file